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


IDataStatistics.SampleRate Property (ArcObjects .NET 10.6 SDK)
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(
  System.Int32* maxRecords
);
[C++]

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

Product Availability

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

See Also

IDataStatistics Interface