ArcGIS Pro 2.8 API Reference Guide
CreateMultipoint(SpatialReference) Method

ArcGIS.Core.Geometry Namespace > MultipointBuilderEx Class > CreateMultipoint Method : CreateMultipoint(SpatialReference) Method
(Optional) The spatial reference of the newly created multipoint. The default value is null.
Convenience method to quickly create an empty instance of the Multipoint class.
Syntax
public static Multipoint CreateMultipoint( 
   SpatialReference spatialReference
)
Public Overloads Shared Function CreateMultipoint( _
   Optional ByVal spatialReference As SpatialReference _
) As Multipoint

Parameters

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

Return Value

An empty multipoint.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members
Overload List