ArcGIS Pro 2.9 API Reference Guide
CreateMultipoint(IEnumerable<Coordinate2D>,SpatialReference) Method

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.
Convenience method to quickly create an instance of the Multipoint class.
Syntax
Public Overloads Shared Function CreateMultipoint( _
   ByVal coordinates As IEnumerable(Of Coordinate2D), _
   Optional ByVal spatialReference As SpatialReference _
) As Multipoint

Parameters

coordinates
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
coordinates is null.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members
Overload List