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


ITemporalWorkspaceStatistics.ResetAllFeatureCounts Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalWorkspaceStatistics.ResetAllFeatureCounts Method

Resets total feature count for each TemporalFeatureClass under the workspace or workspace factory.

[Visual Basic .NET]
Public Sub ResetAllFeatureCounts ( _
)
[C#]
public void ResetAllFeatureCounts (
);
[C++]
HRESULT ResetAllFeatureCounts(
void
);

Product Availability

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

See Also

ITemporalWorkspaceStatistics Interface

.NET Samples

Temporal statistics (Code Files: MainForm)