ArcGIS Pro 2.9 API Reference Guide
AddPart(IEnumerable<Segment>) Method

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

Parameters

segments
An enumeration of segments.
Exceptions
ExceptionDescription
segments is null.
Remarks
The spatial reference of each segment is ignored.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MultipartBuilderEx Class
MultipartBuilderEx Members
Overload List