ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram4.Covariances Property

Array of doubles, the covariances with the n bands of the raster.

ERROR: Syntax information about IStatsHistogram4.Covariances may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT get_Covariances(
  VARIANT* pVal
);
[C++]
HRESULT put_Covariances(
  VARIANT pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT pVal [in]   pVal is a parameter of type VARIANT

Product Availability

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

See Also

IStatsHistogram4 Interface