ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class / AddPoint Method / AddPoint(Coordinate2D) Method
The Coordinate2D to add to the end of the Coordinate2Ds list.

In This Topic
    AddPoint(Coordinate2D) Method
    In This Topic
    Add a Coordinate2D to the list of points.
    Syntax
    public void AddPoint( 
       Coordinate2D coordinate2D
    )
    Public Overloads Sub AddPoint( _
       ByVal coordinate2D As Coordinate2D _
    ) 

    Parameters

    coordinate2D
    The Coordinate2D to add to the end of the Coordinate2Ds list.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also