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

ArcGIS.Core.Geometry Namespace > MultipointBuilderEx Class > CreateMultipoint Method : CreateMultipoint(MultipointBuilderEx,SpatialReference) Method
The builder used to create the new multipoint. All properties of the newly created multipoint are inherited from the input builder.
(Optional) The spatial reference of the newly created multipoint. If it is null, then the spatial reference of the input builder is used.
Convenience method to quickly create an instance of the Multipoint class from the specified multipoint builder.
Syntax
Public Overloads Shared Function CreateMultipoint( _
   ByVal multipointBuilderEx As MultipointBuilderEx, _
   Optional ByVal spatialReference As SpatialReference _
) As Multipoint

Parameters

multipointBuilderEx
The builder used to create the new multipoint. All properties of the newly created multipoint are inherited from the input builder.
spatialReference
(Optional) The spatial reference of the newly created multipoint. If it is null, then the spatial reference of the input builder is used.

Return Value

A new instance of multipoint.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members
Overload List