Skip to content

Provides access to members that control the creation of an index on a feature class.

Members

Name Description
Write-only property FeatureClass FeatureClass to index.
Write-only property FeatureCursor Cursor on feature class, to reduce the number of feature indexed (optional).
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.