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