PROCEDURE EnableDropShadow(
h : HANDLE;
enable : BOOLEAN);def vs.EnableDropShadow(h, enable):
return None| Name | Type | Description |
|---|---|---|
| h | HANDLE | |
| enable | BOOLEAN |
EnableDropShadow(h, TRUE);import vs
h = vs.FSActLayer() # handle to the first selected object on the active layer
enable = True
vs.EnableDropShadow(h, enable)Availability: from Vectorworks 2017