Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 582 Bytes

File metadata and controls

34 lines (27 loc) · 582 Bytes

DS_IsUnderCanopy

Description

Returns whether document shadow is under Canopy.

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

Examples

resultOK := 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')

Version

Availability: from Vectorworks 2017

Category