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

ArcGIS.Core.Geometry Namespace > MultipartBuilder<T> Class > AddPart Method : AddPart(IEnumerable<Coordinate3D>) Method
An enumeration of coordinates.
Adds a part constructed by creating line segments from the enumeration of coordinates. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public virtual void AddPart( 
   IEnumerable<Coordinate3D> coordinates
)
Public Overloads Overridable Sub AddPart( _
   ByVal coordinates As IEnumerable(Of Coordinate3D) _
) 

Parameters

coordinates
An enumeration of coordinates.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
coordinates is null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipartBuilder<T> Class
MultipartBuilder<T> Members
Overload List