Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 550 Bytes

File metadata and controls

37 lines (29 loc) · 550 Bytes

EnableCLDropShadow

PROCEDURE EnableCLDropShadow(
				className : STRING;
				enable    : BOOLEAN);
def vs.EnableCLDropShadow(className, enable):
    return None

Parameters

Name Type Description
className STRING
enable BOOLEAN

Examples

EnableCLDropShadow('Wall', TRUE);
import vs

className = 'None'
enable = True

vs.EnableCLDropShadow(className, enable)

Version

Availability: from Vectorworks 2017

Category