ArcGIS Pro 2.8 API Reference Guide
MultipointBuilder Constructor(MapPoint)

ArcGIS.Core.Geometry Namespace > MultipointBuilder Class > MultipointBuilder Constructor : MultipointBuilder Constructor(MapPoint)
Point which will initialize the builder.
Initializes a new instance of the MultipointBuilder class. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public MultipointBuilder( 
   MapPoint point
)
Public Function New( _
   ByVal point As MapPoint _
)

Parameters

point
Point which will initialize the builder.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
point is null.
Remarks
The spatial reference is inherited from point.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MultipointBuilder Class
MultipointBuilder Members
Overload List