Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 633 Bytes

File metadata and controls

37 lines (29 loc) · 633 Bytes

SetDropShadowByCls

PROCEDURE SetDropShadowByCls(
				h            : HANDLE;
				byClassValue : BOOLEAN);
def vs.SetDropShadowByCls(h, byClassValue):
    return None

Parameters

Name Type Description
h HANDLE
byClassValue BOOLEAN

Examples

SetDropShadowByCls(h, TRUE);
import vs

h = vs.FSActLayer()  # handle to the first selected object on the active layer
byClassValue = True

vs.SetDropShadowByCls(h, byClassValue)

Version

Availability: from Vectorworks 2017

Category