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


IFrameXform.Residuals Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.Residuals Property
ArcGIS Developer Help

IFrameXform.Residuals Property

The residuals for distortion table points.

[Visual Basic .NET]
Public ReadOnly Property Residuals As IDoubleArray
[C#]
public IDoubleArray Residuals {get;}
[C++]
HRESULT get_Residuals(
  IDoubleArray** ppResidualsInMicrons
);
[C++]
Parameters
ppResidualsInMicrons [out, retval]

ppResidualsInMicrons is a parameter of type IDoubleArray**

Product Availability

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

Remarks

After using the distortion table to calculate the Konrady coefficients, it is important to check the residuals to detect if any anomalies, for instance an error when inputing the data values. Under normal circumstances, the residuals should be just a few microns.  Larger residuals could indicate a problem with the data points.

See Also

IFrameXform Interface