Returns whether document shadow is under Canopy.
FUNCTION DS_IsUnderCanopy : BOOLEAN;def vs.DS_IsUnderCanopy():
return BOOLEANresultOK := DS_IsUnderCanopy;import vs
# Returns whether document shadow is under Canopy.
ok = vs.DS_IsUnderCanopy()
if ok:
vs.Message('DS_IsUnderCanopy succeeded')
else:
vs.Message('DS_IsUnderCanopy failed')Availability: from Vectorworks 2017