ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class / CreateMultipoint Method / CreateMultipoint(SpatialReference) Method
(Optional) The spatial reference of the newly created multipoint. The default value is null.

In This Topic
    CreateMultipoint(SpatialReference) Method
    In This Topic
    Convenience method to create an empty instance of the Multipoint class.
    Syntax
    public static Multipoint CreateMultipoint( 
       SpatialReference spatialReference
    )
    Public Overloads Shared Function CreateMultipoint( _
       Optional ByVal spatialReference As SpatialReference _
    ) As Multipoint

    Parameters

    spatialReference
    (Optional) The spatial reference of the newly created multipoint. The default value is null.

    Return Value

    An empty multipoint.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also