ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipartBuilderEx Class / Parts Property

In This Topic
    Parts Property (MultipartBuilderEx)
    In This Topic
    Gets or sets the list of parts that define this builder.
    Syntax
    Public Property Parts As IList(Of List(Of Segment))
    public IList<List<Segment>> Parts {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also