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

In This Topic
    CreateMultipoint(IEnumerable<Coordinate3D>,SpatialReference) Method
    In This Topic
    Convenience method to create an instance of the Multipoint class.
    Syntax
    Public Overloads Shared Function CreateMultipoint( _
       ByVal coordinate3Ds As IEnumerable(Of Coordinate3D), _
       Optional ByVal spatialReference As SpatialReference _
    ) As Multipoint

    Parameters

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

    Return Value

    A Multipoint with the HasZ property = true.
    Exceptions
    ExceptionDescription
    coordinate3Ds is null.
    Remarks
    The HasZ property is set to true.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also