This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalFeatureClassStatistics Interface > ITemporalFeatureClassStatistics.SampleSize Property (ArcObjects .NET 10.5 SDK) |
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