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


IFeatureCursorBuffer.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 > IFeatureCursorBuffer Interface > IFeatureCursorBuffer.FeatureCursor Property
ArcGIS Developer Help

IFeatureCursorBuffer.FeatureCursor Property

Feature cursor of features to buffer (overrides GraphicsLayer).

[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

IFeatureCursorBuffer Interface