ArcObjects Library Reference (GeoDatabase)  

IDataStatistics.SampleRate Property

The maximum number of records to sample at a time (-1 means pull all records).

[Visual Basic .NET]
Public Property SampleRate As Integer
[C#]
public int SampleRate {get; set;}
[C++]
HRESULT get_SampleRate(
  long* maxRecords
);
[C++]
HRESULT put_SampleRate(
  long maxRecords
);
[C++]

Parameters

maxRecords [out, retval]   maxRecords is a parameter of type long maxRecords [in]   maxRecords is a parameter of type long

Product Availability

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

See Also

IDataStatistics Interface