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


IDatasetAnalyze.Analyze Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetAnalyze Interface > IDatasetAnalyze.Analyze Method
ArcGIS Developer Help

IDatasetAnalyze.Analyze Method

Analyze the data to update/generate DBMS statistics.

[Visual Basic .NET]
Public Sub Analyze ( _
    ByVal tableComponents As Integer _
)
[C#]
public void Analyze (
    int tableComponents
);
[C++]
HRESULT Analyze(
  long tableComponents
);
[C++]
Parameters
tableComponents [in]

tableComponents is a parameter of type long

Product Availability

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

Remarks

When applied to a feature dataset, Analyze updates the statistics for all of the tables.

See Also

IDatasetAnalyze Interface