AngleToReal method

Converts a string to an angle.

Syntax

object.AngleToReal(Angle, [Unit])

Where:

     object is the Utility object;

     Angle is a String representation of an angle;

     Unit is one of the following AngleUnits to which the string will be converted:

     vicDegreeMinuteSeconds = 1

     vicDegrees = 0

     vicGrads = 2

     vicRadians = 3

     vicSurveyorUnits = 4