ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class / MultipointBuilderEx Constructor / MultipointBuilderEx Constructor(Multipart)
The multipart which will initialize the builder. It cannot be null.

In This Topic
    MultipointBuilderEx Constructor(Multipart)
    In This Topic
    Creates a new instance of the MultipointBuilderEx class.
    Syntax
    public MultipointBuilderEx( 
       Multipart multipart
    )
    Public Function New( _
       ByVal multipart As Multipart _
    )

    Parameters

    multipart
    The multipart which will initialize the builder. It cannot be null.
    Exceptions
    ExceptionDescription
    The input multipart is null.
    Remarks
    The SpatialReference is inherited from the input multipart.

    The attributes of the input multipart are ignored.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also