GetCoordinateTransform(inx1 As Double, iny1 As Double, inx2 As Double, iny2 As Double, inx3 As Double, iny3 As Double, outx1 As Double, outy1 As Double, outx2 As Double, outy2 As Double, outx3 As Double, outy3 As Double, ByRef a As Double, ByRef b As Double, ByRef e As Double, ByRef c As Double, ByRef d As Double, ByRef f As Double) As Integer

Application object

This values returned by this method allow you to translate spatial coordinates from one system to another. You supply the coordinates of three reference points (for example three adjustment fields) using both systems.

You can then use the return values (a, b, e, c, d, and f) to translate other positions from the original coordinate system (x, y) to the new one (x’, y’):

GetAdjustmentPosition

FindNearestCross

The Application object