ArcGIS Pro 3.7 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 ReadOnly Property PointIndex As Nullable(Of Integer)
    public Nullable<int> PointIndex {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also