Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 640 Bytes

File metadata and controls

37 lines (29 loc) · 640 Bytes

GetDropShadowByCls

FUNCTION GetDropShadowByCls(H : HANDLE): BOOLEAN;
def vs.GetDropShadowByCls(H):
    return BOOLEAN

Parameters

Name Type Description
H HANDLE

Examples

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')

Version

Availability: from Vectorworks 2017

Category