ArcObjects Library Reference (GeoDatabase)  

IDataStatistics.Cursor Property

The cursor which will generate the statistics.

[Visual Basic .NET]
Public WriteOnly Property Cursor
[C#]
public void Cursor {set;}
[C++]
HRESULT putref_Cursor(
  ICursor* 
);
[C++]

Parameters

[in]

   is a parameter of type ICursor

Product Availability

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

See Also

IDataStatistics Interface