|  | This document is archived and information here might be outdated. Recommended version. | 
Find a line point line in the packet.
[Visual Basic .NET]
Public Sub PointBearingDistance ( _
    ByVal IdA As Integer, _
    ByVal IdB As Integer, _
    ByRef pBearing As Double, _
    ByRef pDistance As Double, _
    ByRef pGndDist As Double, _
    ByRef pTrueMidBrg As Double _
)
[C#]
public void PointBearingDistance (
    int IdA,
    int IdB,
    ref double pBearing,
    ref double pDistance,
    ref double pGndDist,
    ref double pTrueMidBrg
);