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


IStatsHistogram3.InitCovariances Method (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.InitCovariances Method
ArcGIS Developer Help

IStatsHistogram3.InitCovariances Method

Resizes covariance array to nBands, init all elements to 0.

[Visual Basic .NET]
Public Sub InitCovariances ( _
    ByVal nBands As Integer _
)
[C#]
public void InitCovariances (
    int nBands
);
[C++]
HRESULT InitCovariances(
  long nBands
);
[C++]
Parameters
nBands [in]

nBands is a parameter of type long

Product Availability

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

See Also

IStatsHistogram3 Interface