ArcGIS Pro 2.8 API Reference Guide
CreateMultipoint(MapPoint,SpatialReference) Method

ArcGIS.Core.Geometry Namespace > MultipointBuilderEx Class > CreateMultipoint Method : CreateMultipoint(MapPoint,SpatialReference) Method
The point.
(Optional) The spatial reference of the newly created multipoint. If it is null, then the spatial reference will be inherited from the input point.
Convenience method to quickly create an instance of the Multipoint class.
Syntax
public static Multipoint CreateMultipoint( 
   MapPoint point,
   SpatialReference spatialReference
)
Public Overloads Shared Function CreateMultipoint( _
   ByVal point As MapPoint, _
   Optional ByVal spatialReference As SpatialReference _
) As Multipoint

Parameters

point
The point.
spatialReference
(Optional) The spatial reference of the newly created multipoint. If it is null, then the spatial reference will be inherited from the input point.

Return Value

Exceptions
ExceptionDescription
point is null.
Remarks
The newly created multipoint inherits the attributes, Z, M, and ID-values, from the input point.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members
Overload List