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


IRasterBand.HasStatistics Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterBand.HasStatistics Method

Indicates if this band has statistics.

[Visual Basic .NET]
Public Sub HasStatistics ( _
    ByRef b As Boolean _
)
[C#]
public void HasStatistics (
    ref bool b
);
[C++]
HRESULT HasStatistics(
  Boolean* b
);
[C++]

Parameters b [out]
b is a parameter of type bool*

Product Availability

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

See Also

IRasterBand Interface