This document is archived and information here might be outdated. Recommended version. |
Retrieve bearing and distance from a similar line.
[Visual Basic .NET]
Public Sub RetrievePreviousLineInfo ( _
ByVal frompt As Integer, _
ByVal topt As Integer, _
ByRef pBearing As Double, _
ByRef pDistance As Double _
)
[C#]
public void RetrievePreviousLineInfo (
int frompt,
int topt,
ref double pBearing,
ref double pDistance
);