Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / Line Class / StartPoint Property

In This Topic
    StartPoint Property (Line)
    In This Topic
    Returns Line's start point.
    Syntax
    public PointD StartPoint {get; set;}
    public:
    property PointD StartPoint {
       PointD get();
       void set (    PointD value);
    }

    Property Value

    Eplan.EplApi.Base.PointD - start point of the line.
    See Also