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

    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