Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / LineMate Class / EndPoint Property

In This Topic
    EndPoint Property (LineMate)
    In This Topic
    End of LineMate. Coordinate is relative if Placement is not defined, otherwise it is absolute.
    Syntax
    public PointD3D EndPoint {get; set;}
    public:
    property PointD3D EndPoint {
       PointD3D get();
       void set (    PointD3D value);
    }
    See Also