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


IActionGEN.ClearCounts Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionGEN Interface > IActionGEN.ClearCounts Method
ArcGIS Developer Help

IActionGEN.ClearCounts Method

Clears all the internal counters for this action.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IActionGEN Interface