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


ITemporalFeatureClassStatistics.SampleSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalFeatureClassStatistics Interface > ITemporalFeatureClassStatistics.SampleSize Property
ArcGIS Developer Help

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(
  System.Int32* 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 Temporal statistics