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.

Create(String,MultiLangString,PointD3D,PointD3D) Method
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