Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 487 Bytes

File metadata and controls

30 lines (24 loc) · 487 Bytes

DefDrpShadowEnabled

FUNCTION DefDrpShadowEnabled : BOOLEAN;
def vs.DefDrpShadowEnabled():
    return BOOLEAN

Examples

resultOK := DefDrpShadowEnabled;
import vs

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

Version

Availability: from Vectorworks 2017

Category