ArcGIS Pro 2.6 API Reference Guide
Add(IEnumerable<Coordinate3D>) Method

ArcGIS.Core.Geometry Namespace > MultipointBuilder Class > Add Method : Add(IEnumerable<Coordinate3D>) Method
The set of coordinates to add.
Adds an enumeration of coordinates to the point collection. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void Add( 
   IEnumerable<Coordinate3D> points
)
Public Overloads Sub Add( _
   ByVal points As IEnumerable(Of Coordinate3D) _
) 

Parameters

points
The set of coordinates to add.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
points is null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilder Class
MultipointBuilder Members
Overload List