Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 469 Bytes

File metadata and controls

31 lines (24 loc) · 469 Bytes

DS_GetAngle

Description

Returns document shadow angle.

FUNCTION DS_GetAngle : REAL;
def vs.DS_GetAngle():
    return REAL

Examples

resultVal := DS_GetAngle;
import vs

# Returns document shadow angle.
angle = vs.DS_GetAngle()
vs.Message('DS_GetAngle returned: ' + str(angle))

Version

Availability: from Vectorworks 2014

Category