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.

In This Topic
    AuxiliaryLine Constructor
    In This Topic
    Creates not placed AuxiliaryLine object with defined start and end position.
    Syntax

    Parameters

    Parameter NameDescription
    pProjectProject to which this object will be assign. Can't be null.
    bTransientFlag to determine if object will be permanently store in database or will be transient.
    oStartPointPosition of the object beginning.
    oEndPointPosition 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