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


IPointMeasurement.ErrorCovarianceMatrix Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPointMeasurement Interface > IPointMeasurement.ErrorCovarianceMatrix Property
ArcGIS Developer Help

IPointMeasurement.ErrorCovarianceMatrix Property

The error covariance matrix that is associated with this IPointMeasurement.

[Visual Basic .NET]
Public Property ErrorCovarianceMatrix As IDoubleArray
[C#]
public IDoubleArray ErrorCovarianceMatrix {get; set;}
[C++]
HRESULT get_ErrorCovarianceMatrix(
  IDoubleArray** ppErrorCovMatrix
);
[C++]
HRESULT put_ErrorCovarianceMatrix(
  IDoubleArray* ppErrorCovMatrix
);
[C++]
Parameters
ppErrorCovMatrix [out, retval]

ppErrorCovMatrix is a parameter of type IDoubleArray** ppErrorCovMatrix [in]
ppErrorCovMatrix is a parameter of type IDoubleArray*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPointMeasurement Interface