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


IMapPoint.PointingErrorCovarianceMatrix Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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