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


IPolynomialXform.GetSystemResidual Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPolynomialXform Interface > IPolynomialXform.GetSystemResidual Method
ArcGIS Developer Help

IPolynomialXform.GetSystemResidual Method

Gets the system residuals.

[Visual Basic .NET]
Public Function GetSystemResidual ( _
    ByVal direction As esriTransformDirection _
) As Object
[C#]
public object GetSystemResidual (
    esriTransformDirection direction
);
[C++]
HRESULT GetSystemResidual(
  esriTransformDirection direction
);
[C++]
Parameters
direction [in]

direction is a parameter of type esriTransformDirection

Product Availability

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

Remarks

The residual returned is variant array of double type, the size of the array is the number of control points used in creating the PolynomialXform.

See Also

IPolynomialXform Interface