This document is archived and information here might be outdated. Recommended version. |
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
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.