ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram3.Covariances Property

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

[Visual Basic .NET]
Public Property Covariances As Object
[C#]
public object Covariances {get; set;}
[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

IStatsHistogram3 Interface