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


IDataStatistics.SampleRate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataStatistics Interface > IDataStatistics.SampleRate Property
ArcGIS Developer Help

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