ArcGIS Pro 3.3 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.
Version

    AddPoint(Coordinate2D) Method
    Add a Coordinate2D to the list of points.
    Syntax
    public void AddPoint( 
       Coordinate2D 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