AngleToString Method |
Converts an angle from a real (double) value to a string.
Signature
RetVal = AngleToString(Angle, Unit, Precision)
Object
Utility
The object or objects this method applies to.
Angle
Double; input-only
Unit
AcAngleUnits enum; input-only
acDegrees
acDegreeMinuteSeconds
acGrads
acRadians
Precision
Integer; input-only
The precision of the angle. An integer between 0 and 8.
RetVal
String
The angle as a string.
Comments? |