This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBand Interface > IRasterBand.HasStatistics Method (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* b
);
[C++]
Parameters b [out] b is a parameter of type VARIANT_BOOL