This document is archived and information here might be outdated.  Recommended version.


IDEFeatureClass.HasSpatialIndex Property (ArcObjects .NET 10.6 SDK)
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(
  Boolean* HasSpatialIndex
);
[C++]
HRESULT put_HasSpatialIndex(
  VARIANT_BOOL HasSpatialIndex
);
[C++]

Parameters HasSpatialIndex [out, retval]
HasSpatialIndex is a parameter of type bool* HasSpatialIndex [in]
HasSpatialIndex is a parameter of type bool

Product Availability

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

See Also

IDEFeatureClass Interface