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


IFeatureIndex2.FeatureCursor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureIndex2 Interface > IFeatureIndex2.FeatureCursor Property
ArcGIS Developer Help

IFeatureIndex2.FeatureCursor Property

Cursor on feature class, to reduce the number of feature indexed (optional).

[Visual Basic .NET]
Public WriteOnly Property FeatureCursor
[C#]
public void FeatureCursor {set;}
[C++]
HRESULT putref_FeatureCursor(
  IFeatureCursor* 
);
[C++]
Parameters
 [in]

is a parameter of type IFeatureCursor*

Product Availability

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

Description

A cusror that may contain a subset of the features that are in the FeatureClass to index.  This will increase performance by minimizing the size of the spatial index.  It is still necessary to set IFeatureIndex2.FeatureClass.

See Also

IFeatureIndex2 Interface