ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class / CreateMultipoint Method / CreateMultipoint(IEnumerable<Coordinate2D>,SpatialReference) Method
The coordinates of the newly created multipoint.
(Optional) The spatial reference of the newly created multipoint. The default value is null.
Version

    CreateMultipoint(IEnumerable<Coordinate2D>,SpatialReference) Method
    Convenience method to create an instance of the Multipoint class.
    Syntax

    Parameters

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

    Return Value

    Exceptions
    ExceptionDescription
    coordinate2Ds is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also