ArcGIS Pro 2.6 API Reference Guide
GetPoint Method (MultipointBuilderEx)

ArcGIS.Core.Geometry Namespace > MultipointBuilderEx Class : GetPoint Method
The point index. Must be in the range [0, Coords.Count - 1] inclusive.
A convenience method to get the MapPoint at the specified point index.
Syntax
public MapPoint GetPoint( 
   int pointIndex
)
Public Function GetPoint( _
   ByVal pointIndex As Integer _
) As MapPoint

Parameters

pointIndex
The point index. Must be in the range [0, Coords.Count - 1] inclusive.
Exceptions
ExceptionDescription
The point index is < 0 or the point index is >= Coords.Count.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members