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

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

    Parameters

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

    The attributes of the input point are ignored.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also