ArcObjects Library Reference (System)  

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 VARIANT_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