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


IGenerateStatistics.FinalCompute 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.FinalCompute Method
ArcGIS Developer Help

IGenerateStatistics.FinalCompute Method

May be called after all values have been added to establish frequeny table (the function is not required any more).

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

Product Availability

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

Description

The FinalCompute method is no longer required when generating statistics.

See Also

IGenerateStatistics Interface