This document is archived and information here might be outdated.  Recommended version.


IFeatureIndex.Index Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureIndex Interface > IFeatureIndex.Index Method
ArcGIS Developer Help

IFeatureIndex.Index Method

Creates index.

[Visual Basic .NET]
Public Sub Index ( _
    ByVal pTrackCancel As ITrackCancel, _
    ByVal pQueryingGeometryFullExtent As IEnvelope _
)
[C#]
public void Index (
    ITrackCancel pTrackCancel,
    IEnvelope pQueryingGeometryFullExtent
);
[C++]
HRESULT Index(
  ITrackCancel* pTrackCancel,
  IEnvelope* pQueryingGeometryFullExtent
);
[C++]
Parameters
pTrackCancel [in]

pTrackCancel is a parameter of type ITrackCancel* pQueryingGeometryFullExtent [in]
pQueryingGeometryFullExtent is a parameter of type IEnvelope*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureIndex Interface