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. |
![]() |
OutputSpatialReference | The spatial reference in which to output geometry for a given field. |
IFeatureIndex2.FeatureClass Property
FeatureClass to index.
Public WriteOnly Property FeatureClass
public void FeatureClass {set;}
IFeatureIndex2.FeatureCursor Property
Cursor on feature class, to reduce the number of feature indexed (optional).
Public WriteOnly Property FeatureCursor
public void FeatureCursor {set;}
IFeatureIndex2.Index Method
Creates index.
Public Sub Index ( _
ByVal pTrackCancel As ITrackCancel, _
ByVal pQueryingGeometryFullExtent As IEnvelope _
)
public void Index (
ITrackCancel pTrackCancel,
IEnvelope pQueryingGeometryFullExtent
);
IFeatureIndex2.OutputSpatialReference Property
The spatial reference in which to output geometry for a given field.
Public Function get_OutputSpatialReference ( _
ByVal FieldName As String _
) As ISpatialReference
Public Sub set_OutputSpatialReference ( _
ByVal FieldName As String, _
ByVal OutputSpatialReference As ISpatialReference _
)
public ISpatialReference get_OutputSpatialReference (
string FieldName
);
public void set_OutputSpatialReference (
string FieldName,
ISpatialReference OutputSpatialReference
);
Classes that implement IFeatureIndex2
| Classes | Description |
|---|---|
| FeatureIndex | A feature class index. |


