ArcGIS Pro 2.6 API Reference Guide
Add(Coordinate3D) Method

ArcGIS.Core.Geometry Namespace > MultipointBuilder Class > Add Method : Add(Coordinate3D) Method
The coordinate to add.
Adds a coordinate to the point collection. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void Add( 
   Coordinate3D point
)
Public Overloads Sub Add( _
   ByVal point As Coordinate3D _
) 

Parameters

point
The coordinate to add.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilder Class
MultipointBuilder Members
Overload List