This document is archived and information here might be outdated. Recommended version. |
Calculate parallel offset lines on both sides of the easement centerline.
[Visual Basic .NET]
Public Sub CalcEasementLines ( _
ByVal startBrg As Double, _
ByVal endBrg As Double, _
ByVal roadWidth As Double, _
ByVal Type As Integer _
)
[C#]
public void CalcEasementLines (
double startBrg,
double endBrg,
double roadWidth,
int Type
);