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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.