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

AddPoints(IEnumerable<Coordinate2D>) Method
Add an enumeration of points to the list of points.
Syntax
public void AddPoints( 
   IEnumerable<Coordinate2D> coordinate2Ds
)

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