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,
VARIANT* pResidual
);
[C++]Parameters
direction [in]direction is a parameter of type esriTransformDirection
pResidual [out, retval] pResidual is a parameter of type VARIANT
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.