ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipartBuilderEx Class / AddPart Method / AddPart(IEnumerable<Coordinate3D>) Method
An enumeration of coordinates.

In This Topic
    AddPart(IEnumerable<Coordinate3D>) Method
    In This Topic
    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<Coordinate3D> coordinates
    )
    Public Overloads Sub AddPart( _
       ByVal coordinates As IEnumerable(Of Coordinate3D) _
    ) 

    Parameters

    coordinates
    An enumeration of coordinates.
    Exceptions
    ExceptionDescription
    coordinates is null.
    Remarks
    The HasZ property of the builder is set to true.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also