FUNCTION IsDropShadowEnabled(h : HANDLE): BOOLEAN;def vs.IsDropShadowEnabled(h):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| h | HANDLE |
resultOK := IsDropShadowEnabled(h);import vs
h = vs.FSActLayer() # handle to the first selected object on the active layer
ok = vs.IsDropShadowEnabled(h)
if ok:
vs.Message('IsDropShadowEnabled succeeded')
else:
vs.Message('IsDropShadowEnabled failed')Availability: from Vectorworks 2017