ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class / CreateMultipoint Method / CreateMultipoint(MultipointBuilderEx,SpatialReference) Method
The builder used to create the new multipoint. All properties of the newly created multipoint are inherited from the input builder.
(Optional) The spatial reference of the newly created multipoint. If it is null, then the spatial reference of the input builder is used.

In This Topic
    CreateMultipoint(MultipointBuilderEx,SpatialReference) Method
    In This Topic
    Convenience method to create an instance of the Multipoint class from the specified multipoint builder.
    Syntax
    Public Overloads Shared Function CreateMultipoint( _
       ByVal multipointBuilderEx As MultipointBuilderEx, _
       Optional ByVal spatialReference As SpatialReference _
    ) As Multipoint

    Parameters

    multipointBuilderEx
    The builder used to create the new multipoint. All properties of the newly created multipoint are inherited from the input builder.
    spatialReference
    (Optional) The spatial reference of the newly created multipoint. If it is null, then the spatial reference of the input builder is used.

    Return Value

    A new instance of multipoint.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also