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.
Version

    CreateMultipoint(MultipointBuilderEx,SpatialReference) Method
    Convenience method to create an instance of the Multipoint class from the specified multipoint builder.
    Syntax

    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