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


IRasterDatasetEdit.ComputeStats Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDatasetEdit Interface > IRasterDatasetEdit.ComputeStats Method
ArcGIS Developer Help

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