Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / MountingLineMate Class / Create Method
Name identifying the mate.
Description
Beginning of the line mate, relative.
End of the line mate, relative.

In This Topic
    Create Method (MountingLineMate)
    In This Topic
    Creates a mounting line mate.
    Syntax

    Parameters

    Parameter NameDescription
    strNameName identifying the mate.
    pMLSDescriptionDescription
    pntStartBeginning of the line mate, relative.
    pntEndEnd of the line mate, relative.
    Exceptions
    ExceptionDescription
    Thrown when param is null value. Check exception message for more info.
    Thrown if strName has zero length.
    Thrown when the LineMate has already been created.
    See Also