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

In This Topic
    CreateTransient Method (Line)
    In This Topic
    Creates transient and not placed Line object.
    Syntax
    public override void CreateTransient( 
       Project project
    )
    public:
    void CreateTransient( 
       Project^ project
    ) override 

    Parameters

    project
    Eplan.EplApi.DataModel.Project the Line will be assign to.
    Exceptions
    ExceptionDescription
    Thrown when project is null.
    Thrown when the Line cannot be created.
    Thrown when the Line has already been created.
    Remarks
    After creation object is not stored in project database. It can be inserted into database after execution of Eplan.EplApi.DataModel.Placement.CopyTo.
    See Also