ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalWorkspaceStatistics.SetAllSampleSizes Method

Sets sample size for each TemporalFeatureClass under the workspace or workspace factory.

[Visual Basic .NET]
Public Sub SetAllSampleSizes ( _
    ByVal lSampleSize As Integer _
)
[C#]
public void SetAllSampleSizes (
    int lSampleSize
);
[C++]
HRESULT SetAllSampleSizes(
  long lSampleSize
);
[C++]

Parameters

lSampleSize [in]   lSampleSize is a parameter of type long

Product Availability

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

See Also

ITemporalWorkspaceStatistics Interface

.NET Samples

Temporal statistics (Code Files: MainForm)