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