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

CreateTransient Method (Line)
Creates transient and not placed Line object.
Syntax
public override void CreateTransient( 
   Project project
)

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