ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class / SetPoint Method / SetPoint(Int32,Coordinate2D) Method
The index of the point to modify. Must be in the range [0, Coordinate2Ds.Count - 1] inclusive.
The Coordinate2D to set.

In This Topic
    SetPoint(Int32,Coordinate2D) Method
    In This Topic
    Update the point at the specified index.
    Syntax
    public void SetPoint( 
       int index,
       Coordinate2D coordinate2D
    )
    Public Overloads Sub SetPoint( _
       ByVal index As Integer, _
       ByVal coordinate2D As Coordinate2D _
    ) 

    Parameters

    index
    The index of the point to modify. Must be in the range [0, Coordinate2Ds.Count - 1] inclusive.
    coordinate2D
    The Coordinate2D to set.
    Exceptions
    ExceptionDescription
    The point index is < 0 or the point index is >= Coordinate2Ds.Count.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also