Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 623 Bytes

File metadata and controls

34 lines (27 loc) · 623 Bytes

ShowPlanShadowsTab

Description

Opens the Pane Shadows tab of the Document Preferences dialog

FUNCTION ShowPlanShadowsTab : BOOLEAN;
def vs.ShowPlanShadowsTab():
    return BOOLEAN

Examples

resultOK := ShowPlanShadowsTab;
import vs

# Opens the Pane Shadows tab of the Document Preferences dialog.
ok = vs.ShowPlanShadowsTab()
if ok:
    vs.Message('ShowPlanShadowsTab succeeded')
else:
    vs.Message('ShowPlanShadowsTab failed')

Version

Availability: from Vectorworks 2014

Category