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


IMensuration.DefaultPointingErrCovariance Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMensuration.DefaultPointingErrCovariance Property

Default pointing error covariance matrix.

[Visual Basic .NET]
Public Property DefaultPointingErrCovariance As IDoubleArray
[C#]
public IDoubleArray DefaultPointingErrCovariance {get; set;}
[C++]
HRESULT get_DefaultPointingErrCovariance(
  IDoubleArray** ppPointingErrCovMatrix
);
[C++]
HRESULT put_DefaultPointingErrCovariance(
  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

IMensuration Interface