This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPolynomialXform Interface > IPolynomialXform.GetSystemResidual Method (ArcObjects .NET 10.4 SDK) |
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
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.