API Help
Eplan.EplApi.DataModel.E3D Namespace / AuxiliaryLine Class / CreateTransient Method
Project to which this object will be assign. Can't be null.
Position of the object beginning.
Position of the AuxiliaryLine end.

CreateTransient Method (AuxiliaryLine)
Creates transient, not placed AuxiliaryLine object with defined start and end position.
Syntax

Parameters

pProject
Project to which this object will be assign. Can't be null.
oStartPoint
Position of the object beginning.
oEndPoint
Position of the AuxiliaryLine end.

Return Value

Created and stored in database AuxiliaryLine object.
Exceptions
ExceptionDescription
Thrown when param is null value. Check exception message for more info.
Thrown when the duct cannot be created.
See Also