Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PolyLine Class / GetPointAt Method
Index of the point to be determined. The index starts with 0.

In This Topic
    GetPointAt Method
    In This Topic
    Returns the coordinates of a vertex of a polyline
    Syntax
    public PointD GetPointAt( 
       int index
    )
    public:
    PointD GetPointAt( 
       int index
    ) 

    Parameters

    index
    Index of the point to be determined. The index starts with 0.

    Return Value

    Coordinates of the point.
    Remarks
    The count of vertexes of a polyline can be determined by NumberOfPoints method.
    See Also