This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureIndex2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the creation of an index on a feature class.
Used on FeatureIndex object to build a spatial index for a group of features. Corresponding methods on IIndexQuery can then access this infomation.
It is important to set the OutputSpatialReference if the FeatureClass being passed in has a different spatial reference than that of the input shape on the IIndexQuery methods
Description | ||
---|---|---|
FeatureClass | FeatureClass to index. | |
FeatureCursor | Cursor on feature class, to reduce the number of feature indexed (optional). | |
Index | Creates index. | |
OutputSpatialReference | The spatial reference in which to output geometry for a given field. |
CoClasses and Classes | Description |
---|---|
FeatureIndex | A feature class index. |