ArcObjects Library Reference (DataSourcesRaster)  

IRasterBand.ComputeStatsAndHist Method

Calculates statistics and histogram if not previously stored.

[Visual Basic .NET]
Public Sub ComputeStatsAndHist ( _
)
[C#]
public void ComputeStatsAndHist (
);
[C++]
HRESULT ComputeStatsAndHist(
void
);

Product Availability

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

See Also

IRasterBand Interface