ArcGIS Pro 2.6 API Reference Guide
AddPart Method

ArcGIS.Core.Geometry Namespace > MultipartBuilder<T> Class : AddPart Method
Overload List
OverloadDescription
Adds a part constructed from the enumeration of segments to the MultipartBuilder. This method must be called on the MCT. Use QueuedTask.Run.  
Adds a part constructed by creating line segments from the enumeration of coordinates. This method must be called on the MCT. Use QueuedTask.Run.  
Adds a part constructed by creating line segments from the enumeration of coordinates. This method must be called on the MCT. Use QueuedTask.Run.  
Adds a part constructed from the enumeration of straight line segments constructed between the enumeration of MapPoints to the MultipartBuilder. 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