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
ValueDescription
vicDegreeMinuteSecondsAngle in degrees, minutes, and seconds.
vicDegreesAngle in degrees.
vicGradsAngle in gradians.
vicRadiansAngle in radians.
vicSurveyorUnitsAngle in surveyor units.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.