This document is archived and information here might be outdated. Recommended version. |
Scale the distance units for a parcel.
[Visual Basic .NET]
Public Sub CalcLoopMisclose ( _
ByVal LoopNo As Integer, _
ByRef pAccuracy As Double, _
ByRef pBearing As Double, _
ByRef pDistance As Double, _
ByRef pArea As Double, _
ByRef pRow As Integer _
)
[C#]
public void CalcLoopMisclose (
int LoopNo,
ref double pAccuracy,
ref double pBearing,
ref double pDistance,
ref double pArea,
ref int pRow
);