Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 602 Bytes

File metadata and controls

37 lines (29 loc) · 602 Bytes

CLDropShadowEnabled

FUNCTION CLDropShadowEnabled(className : STRING): BOOLEAN;
def vs.CLDropShadowEnabled(className):
    return BOOLEAN

Parameters

Name Type Description
className STRING

Examples

resultOK := CLDropShadowEnabled('Wall');
import vs

className = 'None'

ok = vs.CLDropShadowEnabled(className)
if ok:
    vs.Message('CLDropShadowEnabled succeeded')
else:
    vs.Message('CLDropShadowEnabled failed')

Version

Availability: from Vectorworks 2017

Category