Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 519 Bytes

File metadata and controls

27 lines (21 loc) · 519 Bytes

EA_ConvDoc2X

Description

Converts value from document unit to X unit and returns the result as real number.

FUNCTION EA_ConvDoc2X(
				unitType : INTEGER;
				value    : REAL): REAL;
def vs.EA_ConvDoc2X(unitType, value):
    return REAL

Parameters

Name Type Description
unitType INTEGER
value REAL

Version

Availability: from Vectorworks 2016

Category