This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterStatistics2 Interface > IRasterStatistics2.Covariances Property (ArcObjects .NET 10.5 SDK) |
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