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


IStatsHistogram.HasHistogram Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatsHistogram Interface > IStatsHistogram.HasHistogram Method
ArcGIS Developer Help

IStatsHistogram.HasHistogram Method

Checks if this StatsHistogram has histogram.

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

Product Availability

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

See Also

IStatsHistogram Interface