Opens the Pane Shadows tab of the Document Preferences dialog
FUNCTION ShowPlanShadowsTab : BOOLEAN;def vs.ShowPlanShadowsTab():
return BOOLEANresultOK := 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')Availability: from Vectorworks 2014