ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram.HasHistogram Method

Checks if this StatsHistogram has histogram.

[Visual Basic .NET]
Public Function HasHistogram ( _
) As Boolean
[C#]
public bool HasHistogram (
);
[C++]
HRESULT HasHistogram(
  VARIANT_BOOL* b
);
[C++]

Parameters

b [out, retval]   b is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IStatsHistogram Interface