This document is archived and information here might be outdated.  Recommended version.


IMapPoint.PointingErrorCovarianceMatrix Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMapPoint Interface > IMapPoint.PointingErrorCovarianceMatrix Property
ArcGIS Developer Help

IMapPoint.PointingErrorCovarianceMatrix Property

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.

See Also

IMapPoint Interface