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

In This Topic
    Create(String,MultiLangString,PointD3D,PointD3D) Method
    In This Topic
    Creates a mounting line mate.
    Syntax

    Parameters

    strName
    Name identifying the mate.
    pMLSDescription
    Description
    pntStart
    Beginning of the line mate, relative.
    pntEnd
    End 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