ArcObjects Library Reference (GeoDatabase)  

IRasterDatasetEdit.ComputeStats Method

Calculates statistics and histograms from a given pyramid level.

[Visual Basic .NET]
Public Sub ComputeStats ( _
    ByVal PyramidLevel As Integer _
)
[C#]
public void ComputeStats (
    int PyramidLevel
);
[C++]
HRESULT ComputeStats(
  long PyramidLevel
);
[C++]

Parameters

PyramidLevel [in]   PyramidLevel is a parameter of type long

Product Availability

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

Remarks

This method is avaliable only on raster datasets in File and ArcSDE geodatabases.

See Also

IRasterDatasetEdit Interface