Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 442 Bytes

File metadata and controls

24 lines (18 loc) · 442 Bytes

Angle2Str

Description

Convert an angle value (in degrees) from a real number to a string using the current document formatting.

FUNCTION Angle2Str(value : REAL): STRING;
def vs.Angle2Str(value):
    return STRING

Parameters

Name Type Description
value REAL The angle value in degrees.

Version

Availability: from Vectorworks 2014

Category