This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIndexQuery2 Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the index created with IFeatureIndex.
Description | ||
---|---|---|
IntersectedFeatures | Finds all intersected features in index to the input shape. | |
NearestFeature | Finds the nearest feature in index to the input shape. | |
NearestFeatures | Finds all nearest features in index to the input shape (i.e. equal distance). | |
Within | Finds all features that the input shape lies within. | |
WithinFeature | Finds the first feature that the input shape lies within. |
CoClasses and Classes | Description |
---|---|
FeatureIndex | A feature class index. |