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


IDEFeatureClass.HasSpatialIndex Property (ArcObjects .NET 10.4 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(
  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