ArcGIS Pro 2.6 API Reference Guide
AddPoint Method (MultipointBuilderEx)

ArcGIS.Core.Geometry Namespace > MultipointBuilderEx Class : AddPoint Method
The MapPoint to add. It cannot be null.
A convenience method to add a MapPoint.
Syntax
public void AddPoint( 
   MapPoint point
)
Public Sub AddPoint( _
   ByVal point As MapPoint _
) 

Parameters

point
The MapPoint to add. It cannot be null.
Exceptions
ExceptionDescription
The input point is null.
Remarks
The XY-coordinates of the point are added to the end of the Coords list. If the point property HasZ is true, and this builder property HasZ is true, then the Z-value of the point is added to the end of the Zs list. The same is true for Ms and IDs. If the point is missing any of the attributes (Z, M, or ID) that are present in this builder, a default value is used. The default value for Z is zero, M is NaN, and ID is zero. If a point has an attribute that is missing in the builder, the attribute is ignored.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members