Ad

Monday, March 07, 2011

Angle Reporting Error - 2011

If you are using the Parcel Map Check reports from the Toolbox, you may have noticed the Angle value does not report correctly at 4 digit precision and reporting in DMS. To correct this change the rounding code to:

Dim dAng As Double
dAng = dRadAng * 180.0# / Math.PI

sAngle = formatDMS(dAng, angPrec, angRounding, angFormat)

The code needs to be replaced using Microsoft Visual Studio Visual Basic .NET (or another similar program). Then compile the code and replace the Civil Reports DLL. The report will then provide the correct values.

No comments:

LinkWithin

Blog Widget by LinkWithin

Ad