IntelliCAD 11.1 Object Library | |
AngleToReal Method | |
See Also |
- Angle
- The angle to convert.
- Unit
Utility Object : AngleToReal Method |
Description
Converts a string to an angle. Equivalent to angtof in LISP.
Syntax
Visual Basic |
---|
Public Function AngleToReal( _ ByVal Angle As String, _ Optional ByVal Unit As AngleUnits = vicDegrees _ ) As Double |
Parameters
- Angle
- The angle to convert.
- Unit
Value Description vicDegreeMinuteSeconds Angle in degrees, minutes, and seconds. vicDegrees Angle in degrees. vicGrads Angle in gradians. vicRadians Angle in radians. vicSurveyorUnits Angle in surveyor units.