ArcObjects Library Reference (GeoDatabase)  

IDEFeatureClass.HasSpatialIndex Property

Indicates if the feature class has a spatial index.

[Visual Basic .NET]
Public Property HasSpatialIndex As Boolean
[C#]
public bool HasSpatialIndex {get; set;}
[C++]
HRESULT get_HasSpatialIndex(
  VARIANT_BOOL* HasSpatialIndex
);
[C++]
HRESULT put_HasSpatialIndex(
  VARIANT_BOOL HasSpatialIndex
);
[C++]

Parameters

HasSpatialIndex [out, retval]   HasSpatialIndex is a parameter of type VARIANT_BOOL HasSpatialIndex [in]   HasSpatialIndex is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDEFeatureClass Interface