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


IFeatureClassSpatialIndex.FindSpatialIndex Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureClassSpatialIndex.FindSpatialIndex Method

Returns the spatial index for a feature class.

[Visual Basic .NET]
Public Function FindSpatialIndex ( _
) As IIndex
[C#]
public IIndex FindSpatialIndex (
);
[C++]
HRESULT FindSpatialIndex(
  IIndex** ppIndex
);
[C++]

Parameters ppIndex [out, retval]
ppIndex is a parameter of type IIndex

Product Availability

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

See Also

IFeatureClassSpatialIndex Interface