Enables or disables the specified mode. Modes are numbered starting from 1 in the order they were added into the mode bar. Passing enable as false disables the mode; true enables it.
PROCEDURE vstEnableMode(
inModeNumber : INTEGER;
inEnable : BOOLEAN);def vs.vstEnableMode(inModeNumber, inEnable):
return None| Name | Type | Description |
|---|---|---|
| inModeNumber | INTEGER | |
| inEnable | BOOLEAN |
Availability: from All Versions
This is drop-in function.