This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.DefaultPointingErrCovariance Property (ArcObjects .NET 10.5 SDK) |
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