ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Patch Class / GetPoint Method
The index of the point to get. Must in the range [0, Coords.Count - 1] inclusive.

In This Topic
    GetPoint Method (Patch)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also