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


ITemporalWorkspaceStatistics.AllTotalFeatureCounts Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalWorkspaceStatistics.AllTotalFeatureCounts Property

Indicates the total number of features logged for each TemporalFeatureClass under the workspace or workspace factory.

[Visual Basic .NET]
Public ReadOnly Property AllTotalFeatureCounts As IPropertySet
[C#]
public IPropertySet AllTotalFeatureCounts {get;}
[C++]
HRESULT get_AllTotalFeatureCounts(
  IPropertySet** ppiAllTotalFeatureCounts
);
[C++]

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

Product Availability

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

See Also

ITemporalWorkspaceStatistics Interface