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


IRasterStatistics2.Covariances Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterStatistics2.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

IRasterStatistics2 Interface