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

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

    Property Value

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