This document is archived and information here might be outdated. Recommended version. |
The pointing error covariance matrix that is associated with this IMapPoint.
[Visual Basic .NET] Public Property PointingErrorCovarianceMatrix As IDoubleArray
[C#] public IDoubleArray PointingErrorCovarianceMatrix {get; set;}
[C++]
HRESULT get_PointingErrorCovarianceMatrix(
IDoubleArray** ppPointingErrCovMatrix
);
[C++]
HRESULT put_PointingErrorCovarianceMatrix(
IDoubleArray* ppPointingErrCovMatrix
);
[C++] Parameters ppPointingErrCovMatrix [out, retval]
ppPointingErrCovMatrix is a parameter of type IDoubleArray** ppPointingErrCovMatrix [in]
ppPointingErrCovMatrix is a parameter of type IDoubleArray*