This document is archived and information here might be outdated. Recommended version. |
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*