ArcGIS Pro 2.9 API Reference Guide
MultipointBuilderEx Constructor(MapPoint)

ArcGIS.Core.Geometry Namespace > MultipointBuilderEx Class > MultipointBuilderEx Constructor : MultipointBuilderEx Constructor(MapPoint)
The point which will initialize the builder. It cannot be null.
Initializes a new instance of the MultipointBuilderEx class.
Syntax
public MultipointBuilderEx( 
   MapPoint point
)
Public Function New( _
   ByVal point As MapPoint _
)

Parameters

point
The point which will initialize the builder. It cannot be null.
Exceptions
ExceptionDescription
The input point is null.
Remarks
The SpatialReference is inherited from the input point.

The attributes of the input point are ignored.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members
Overload List