ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / FeatureClassDefinition Class / HasSpatialIndex Method

In This Topic
    HasSpatialIndex Method
    In This Topic
    Gets a value indicating whether this feature class has a spatial index.
    Syntax
    Public Function HasSpatialIndex() As Boolean
    public bool HasSpatialIndex()

    Return Value

    true if this feature class has a spatial index; otherwise, false.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also