ArcObjects Library Reference (DataSourcesRaster)  

IPointMeasurement.ErrorCovarianceMatrix Property

The error covariance matrix that is associated with this IPointMeasurement.

[Visual Basic .NET]
Public Property ErrorCovarianceMatrix As IDoubleArray
[C#]
public IDoubleArray ErrorCovarianceMatrix {get; set;}
[C++]
HRESULT get_ErrorCovarianceMatrix(
  IDoubleArray** ppErrorCovMatrix
);
[C++]
HRESULT put_ErrorCovarianceMatrix(
  IDoubleArray* ppErrorCovMatrix
);
[C++]

Parameters

ppErrorCovMatrix [out, retval]

  ppErrorCovMatrix is a parameter of type IDoubleArray

ppErrorCovMatrix [in]

  ppErrorCovMatrix is a parameter of type IDoubleArray

Product Availability

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

See Also

IPointMeasurement Interface