Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 458 Bytes

File metadata and controls

24 lines (18 loc) · 458 Bytes

Area2Str

Description

Convert an area value (in square millimeters) from a real number to a string using the current document formatting.

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

Parameters

Name Type Description
value REAL The area value in square millimeters

Version

Availability: from Vectorworks 2014

Category