Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PolyLine Class / SetPointAt Method
Index of the point. The index starts with 0.
Coordinates of the point.

In This Topic
    SetPointAt Method
    In This Topic
    Sets one vertex of a polyline If the index of this point does not yet exist it will be added.
    Syntax
    public void SetPointAt( 
       int index,
       ref PointD point
    )
    public:
    void SetPointAt( 
       int index,
       PointD% point
    ) 

    Parameters

    index
    Index of the point. The index starts with 0.
    point
    Coordinates of the point.
    See Also