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


IGenerateStatistics.FinalCompute Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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