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


ITemporalWorkspaceStatistics.AllSampleSizes Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalWorkspaceStatistics.AllSampleSizes Property

Indicates sample size used for calculating message rate for each TemporalFeatureClass under the workspace or workspace factory.

[Visual Basic .NET]
Public ReadOnly Property AllSampleSizes As IPropertySet
[C#]
public IPropertySet AllSampleSizes {get;}
[C++]
HRESULT get_AllSampleSizes(
  IPropertySet** ppiAllSampleSizes
);
[C++]

Parameters ppiAllSampleSizes [out, retval]
ppiAllSampleSizes is a parameter of type IPropertySet

Product Availability

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

See Also

ITemporalWorkspaceStatistics Interface