AngleToReal Method

Converts an angle as a string to a real (double) value.

See Also | Example

Signature

RetVal = AngleToReal(Angle, Unit)

Object

Utility
The object or objects this method applies to.

Angle

String; input-only
The angle as a string value.

Unit

AcAngleUnits enum; input-only
The unit to which the string will be converted.

acDegrees

acDegreeMinuteSeconds

acGrads

acRadians

RetVal

Double
The angle as a real number.

 

   Comments?