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