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| Name | Type | Description |
|---|---|---|
| valueType | INTEGER | |
| int | INTEGER | |
| real | REAL | |
| string | DYNARRAY[] of CHAR |
Availability: from Vectorworks 2022