ArcGIS Pro 2.6 API Reference Guide
InsertPart Method

ArcGIS.Core.Geometry Namespace > MultipartBuilder<T> Class : InsertPart Method
Overload List
OverloadDescription
Insert the part built from the segments to the MultipartBuilder before the specified index. This method must be called on the MCT. Use QueuedTask.Run.  
Insert a part constructed from the enumeration of straight line segments constructed between the enumeration of coordinates to the MultipartBuilder before the specified index. This method must be called on the MCT. Use QueuedTask.Run.  
Insert a part constructed from the enumeration of straight line segments constructed between the enumeration of coordinates to the MultipartBuilder before the specified index. This method must be called on the MCT. Use QueuedTask.Run.  
Insert a part constructed from the enumeration of straight line segments constructed between the enumeration of MapPoints to the MultipartBuilder before the specified index. This method must be called on the MCT. Use QueuedTask.Run.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipartBuilder<T> Class
MultipartBuilder<T> Members