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

In This Topic
    Create Method (AuxiliaryLine)
    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.
    oStartPointPosition of the object beginning.
    oEndPointPosition 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