This document is archived and information here might be outdated. Recommended version. |
The point and amount of max shift in the adjustment.
[Visual Basic .NET]
Public Sub GetMaxShiftData ( _
ByRef ptNo As Integer, _
ByRef maxEast As Double, _
ByRef maxNorth As Double _
)
[C#]
public void GetMaxShiftData (
ref int ptNo,
ref double maxEast,
ref double maxNorth
);