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


ITemporalFeatureClassStatistics.SampleSize Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalFeatureClassStatistics.SampleSize Property

Indicates the sample size used to calculate message rate.

[Visual Basic .NET]
Public Property SampleSize As Integer
[C#]
public int SampleSize {get; set;}
[C++]
HRESULT get_SampleSize(
  long* plSampleSize
);
[C++]
HRESULT put_SampleSize(
  long plSampleSize
);
[C++]

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

Product Availability

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

See Also

ITemporalFeatureClassStatistics Interface

.NET Samples

Temporal statistics (Code Files: MainForm)