ArcGIS Pro 2.9 API Reference Guide
Parts Property (MultipartBuilderEx)

ArcGIS.Core.Geometry Namespace > MultipartBuilderEx Class : Parts Property
Gets or sets the list of parts that define this builder.
Syntax
public IList<List<Segment>> Parts {get; set;}
Public Property Parts As IList(Of List(Of Segment))
Exceptions
ExceptionDescription
The input is null.
Remarks
The getter returns the parts list by reference. A change to the returned list changes the builder part list. The setter copies the input to a new list. The input cannot be null.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MultipartBuilderEx Class
MultipartBuilderEx Members