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


IDataStatistics.Cursor Property (ArcObjects .NET 10.4 SDK)
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

.NET Samples

Retrieve a color ramp from the SymbologyControl (Code Files: SymbolForm)