ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / ProximityResult Class / PointIndex Property

In This Topic
    PointIndex Property
    In This Topic
    Gets the index of the point that was found. Only relevant if calling GeometryEngine.NearestVertex, otherwise point index is null.
    Syntax
    public Nullable<int> PointIndex {get;}
    Public ReadOnly Property PointIndex As Nullable(Of Integer)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also