Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / AuxiliaryLine Class / AuxiliaryLine Constructor
Project to which this object will be assign. Can't be null.
Flag to determine if object will be permanently store in database or will be transient.
Position of the object beginning.
Position of the AuxiliaryLine end.

AuxiliaryLine Constructor
Creates 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.
bTransient
Flag to determine if object will be permanently store in database or will be transient.
oStartPoint
Position of the object beginning.
oEndPoint
Position of the AuxiliaryLine end.
Exceptions
ExceptionDescription
Thrown when param is null value. Check exception message for more info.
Thrown when the duct cannot be created.
Remarks
Position of start and end points are expressed relatively to the parent which will be assign for this object.
See Also