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


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

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