ArcGIS Pro 2.6 API Reference Guide
GetPoint Method (Patch)

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

Parameters

index
The index of the point to get. Must in the range [0, Coords.Count - 1] inclusive.
Exceptions
ExceptionDescription
The index is less than zero or greater than or equal to Coords_.Count.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Patch Class
Patch Members