ArcGIS Pro 2.6 API Reference Guide
Insert Method (MultipointBuilder)

ArcGIS.Core.Geometry Namespace > MultipointBuilder Class : Insert Method
Overload List
OverloadDescription
Inserts a MapPoint to the point collection. This method must be called on the MCT. Use QueuedTask.Run.  
Inserts an enumeration of MapPoint to the point collection. This method must be called on the MCT. Use QueuedTask.Run.  
Inserts a coordinate to the point collection. This method must be called on the MCT. Use QueuedTask.Run.  
Inserts an enumeration of coordinates to the point collection. This method must be called on the MCT. Use QueuedTask.Run.  
Inserts a coordinate to the point collection. This method must be called on the MCT. Use QueuedTask.Run.  
Inserts an enumeration of coordinates to the point collection. This method must be called on the MCT. Use QueuedTask.Run.  
Inserts the vertices from an enumeration of segments 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