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

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

    Parameters

    oProject
    Eplan.EplApi.DataModel.Project the Spline will be assign to.
    Exceptions
    ExceptionDescription
    Thrown when oProject is null.
    Thrown when the Spline cannot be created.
    Thrown when the Spline 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