ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class / AddPoints Method / AddPoints(IEnumerable<Coordinate2D>) Method
The Coordinate2D enumeration to add to the end of the Coordinate2Ds list.

In This Topic
    AddPoints(IEnumerable<Coordinate2D>) Method
    In This Topic
    Add an enumeration of points to the list of points.
    Syntax
    public void AddPoints( 
       IEnumerable<Coordinate2D> coordinate2Ds
    )
    Public Overloads Sub AddPoints( _
       ByVal coordinate2Ds As IEnumerable(Of Coordinate2D) _
    ) 

    Parameters

    coordinate2Ds
    The Coordinate2D enumeration to add to the end of the Coordinate2Ds list.
    Exceptions
    ExceptionDescription
    The input point enumeration is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also