FUNCTION CLDropShadowEnabled(className : STRING): BOOLEAN;def vs.CLDropShadowEnabled(className):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| className | STRING |
resultOK := CLDropShadowEnabled('Wall');import vs
className = 'None'
ok = vs.CLDropShadowEnabled(className)
if ok:
vs.Message('CLDropShadowEnabled succeeded')
else:
vs.Message('CLDropShadowEnabled failed')Availability: from Vectorworks 2017