This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDatasetEdit Interface > IRasterDatasetEdit.ComputeStats Method (ArcObjects .NET 10.5 SDK) |
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
This method is avaliable only on raster datasets in File and ArcSDE geodatabases.