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

In This Topic
    CreateTransient Method (LockedMountingArea)
    In This Topic
    Create transient LockedMountingArea object.
    Syntax
    public override void CreateTransient( 
       Project oProject
    )
    public:
    void CreateTransient( 
       Project^ oProject
    ) override 

    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