This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMapPoint Interface > IMapPoint.PointingErrorCovarianceMatrix Property (ArcObjects .NET 10.4 SDK) |
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