Open or close a script resource palette.
PROCEDURE OpenScriptResPal(
paletteName : STRING;
open : BOOLEAN);def vs.OpenScriptResPal(paletteName, open):
return None| Name | Type | Description |
|---|---|---|
| paletteName | STRING | The script resource palette. |
| open | BOOLEAN | Pass in TRUE for the palette to be opened. |
OpenScriptResPal('Example', TRUE);import vs
# Open or close a script resource palette.
paletteName = 'Example'
open = True
vs.OpenScriptResPal(paletteName, open)VS Functions: CreateScriptResource | GetScriptResource | SetScriptResource
Availability: from Vectorworks 2014