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


IGenerateStatistics.Reset Method (ArcObjects .NET 10.5 SDK)
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