ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram.HasStats Method

Checks if this StatsHistogram has stats.

[Visual Basic .NET]
Public Function HasStats ( _
) As Boolean
[C#]
public bool HasStats (
);
[C++]
HRESULT HasStats(
  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