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


IStatsHistogram3.Covariances Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatsHistogram3 Interface > IStatsHistogram3.Covariances Property
ArcGIS Developer Help

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