This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEFeatureClass Interface > IDEFeatureClass.HasSpatialIndex Property (ArcObjects .NET 10.5 SDK) |
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