API Help
Eplan.EplApi.DataModel.Graphics Namespace / LockedMountingArea Class / CreateTransient Method
Eplan.EplApi.DataModel.Project the LockedMountingArea will be assign to.

CreateTransient Method (LockedMountingArea)
Create transient LockedMountingArea object.
Syntax
public override void CreateTransient( 
   Project oProject
)

Parameters

oProject
Eplan.EplApi.DataModel.Project the LockedMountingArea will be assign to.
Exceptions
ExceptionDescription
Thrown when oProject is null.
Thrown when the LockedMountingArea has already been created.
See Also