Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 711 Bytes

File metadata and controls

29 lines (23 loc) · 711 Bytes

vsoGetQTOFunction

Description

Get the requested function during event 84 (kParametricGetQTOValue). The function and the option will determine what value needs to be returned during this event by calling vsoSetQTOValue.

PROCEDURE vsoGetQTOFunction(
				hObject           : HANDLE;
				VAR functionIndex : INTEGER;
				VAR option        : DYNARRAY[] of CHAR);
def vs.vsoGetQTOFunction(hObject):
    return (functionIndex, option)

Parameters

Name Type Description
hObject HANDLE
functionIndex INTEGER
option DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2022

Category