ArcObjects Library Reference (Carto)  

IFeatureIndex.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.

See Also

IFeatureIndex Interface