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


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

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