|  | 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 PointSquareOffset ( _
    ByVal IdA As Integer, _
    ByVal IdB As Integer, _
    ByVal IdC As Integer, _
    ByRef pBearingAB As Double, _
    ByRef pDistAB As Double, _
    ByRef pOffset As Double _
)
[C#]
public void PointSquareOffset (
    int IdA,
    int IdB,
    int IdC,
    ref double pBearingAB,
    ref double pDistAB,
    ref double pOffset
);