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


IGenerateStatistics.Reset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IG > IGenerateStatistics Interface > IGenerateStatistics.Reset Method
ArcGIS Developer Help

IGenerateStatistics.Reset Method

Clears out the currently gathered statistics.

[Visual Basic .NET]
Public Sub Reset ( _
    ByVal SimpleStats As Boolean _
)
[C#]
public void Reset (
    bool SimpleStats
);
[C++]
HRESULT Reset(
  VARIANT_BOOL SimpleStats
);
[C++]
Parameters
SimpleStats [in]

SimpleStats is a parameter of type bool

Product Availability

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

Description

Removes all of the data values from the BaseStatistics.

See Also

IGenerateStatistics Interface