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


IProjectiveXform.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 > IProjectiveXform Interface > IProjectiveXform.GetSystemResidual Method
ArcGIS Developer Help

IProjectiveXform.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.

See Also

IProjectiveXform Interface