Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 598 Bytes

File metadata and controls

35 lines (27 loc) · 598 Bytes

GetLayerTransparency

Description

Return the tranparency of the current layer.

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

Examples

resultVal := GetLayerTransparency;
import vs

# Return the tranparency of the current layer.
value = vs.GetLayerTransparency()
vs.Message('GetLayerTransparency returned: ' + str(value))

See Also

VS Functions: SetLayerTransparency

Version

Availability: from Vectorworks 2013

Category