ArcGIS Pro 3.1 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.
Version

    MultipointBuilderEx Constructor(Multipart)
    Creates a new instance of the MultipointBuilderEx class.
    Syntax
    public MultipointBuilderEx( 
       Multipart 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.0 or higher.
    See Also