Provides access to members that control the creation of an index on a feature class.
Members
| Name | Description | |
|---|---|---|
![]() |
FeatureClass | FeatureClass to index. |
![]() |
FeatureCursor | Cursor on feature class, to reduce the number of feature indexed (optional). |
![]() |
Index | Creates index. |
IFeatureIndex.FeatureClass Property
FeatureClass to index.
Public WriteOnly Property FeatureClass
public void FeatureClass {set;}
IFeatureIndex.FeatureCursor Property
Cursor on feature class, to reduce the number of feature indexed (optional).
Public WriteOnly Property FeatureCursor
public void FeatureCursor {set;}
IFeatureIndex.Index Method
Creates index.
Public Sub Index ( _
ByVal pTrackCancel As ITrackCancel, _
ByVal pQueryingGeometryFullExtent As IEnvelope _
)
public void Index (
ITrackCancel pTrackCancel,
IEnvelope pQueryingGeometryFullExtent
);
Classes that implement IFeatureIndex
| Classes | Description |
|---|---|
| FeatureIndex | A feature class index. |

