ArcGIS Pro 2.6 API Reference Guide
Add Method (MultipointBuilder)

ArcGIS.Core.Geometry Namespace > MultipointBuilder Class : Add Method
Overload List
OverloadDescription
Adds a MapPoint to the point collection. This method must be called on the MCT. Use QueuedTask.Run.  
Adds an enumeration of MapPoints to the point collection. This method must be called on the MCT. Use QueuedTask.Run.  
Adds a coordinate to the point collection. This method must be called on the MCT. Use QueuedTask.Run.  
Adds a coordinate to the point collection. This method must be called on the MCT. Use QueuedTask.Run.  
Adds an enumeration of coordinates to the point collection. This method must be called on the MCT. Use QueuedTask.Run.  
Adds an enumeration of coordinates to the point collection. This method must be called on the MCT. Use QueuedTask.Run.  
Add the vertices of the segments in the enumeration to the point collection. This method must be called on the MCT. Use QueuedTask.Run.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilder Class
MultipointBuilder Members