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


IStatsHistogram.HasStats 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.HasStats Method
ArcGIS Developer Help

IStatsHistogram.HasStats Method

Checks if this StatsHistogram has stats.

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

Product Availability

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

See Also

IStatsHistogram Interface