Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 521 Bytes

File metadata and controls

27 lines (21 loc) · 521 Bytes

EA_ConvX2Doc

Description

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

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

Parameters

Name Type Description
unitType INTEGER
value REAL

Version

Availability: from Vectorworks 2016

Category