Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 779 Bytes

File metadata and controls

31 lines (25 loc) · 779 Bytes

vsoSetQTOValue

Description

Set a requested QTO value during event 84 (kParametricGetQTOValue). Check the requested QTO value by using vsoGetQTOFunction. 'valueType' [0:real; 1:integer; 2:string] determines which parameter is considered for the value, the others can be empty (zero).

PROCEDURE vsoSetQTOValue(
				valueType : INTEGER;
				int       : INTEGER;
				real      : REAL;
				string    : DYNARRAY[] of CHAR);
def vs.vsoSetQTOValue(valueType, int, real, string):
    return None

Parameters

Name Type Description
valueType INTEGER
int INTEGER
real REAL
string DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2022

Category