ArcGIS Pro 2.8 API Reference Guide
AddPart(IEnumerable<Coordinate2D>) Method

ArcGIS.Core.Geometry Namespace > MultipartBuilderEx Class > AddPart Method : AddPart(IEnumerable<Coordinate2D>) Method
An enumeration of coordinates.
Adds a part constructed by creating line segments from the enumeration of coordinates. The part will be added to the end of the Parts list.
Syntax
public void AddPart( 
   IEnumerable<Coordinate2D> coordinates
)
Public Overloads Sub AddPart( _
   ByVal coordinates As IEnumerable(Of Coordinate2D) _
) 

Parameters

coordinates
An enumeration of coordinates.
Exceptions
ExceptionDescription
coordinates is null.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MultipartBuilderEx Class
MultipartBuilderEx Members
Overload List