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

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