Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 530 Bytes

File metadata and controls

35 lines (27 loc) · 530 Bytes

GetDefaultOpacity

Description

Returns the default opacity.

PROCEDURE GetDefaultOpacity(VAR opacity : INTEGER);
def vs.GetDefaultOpacity():
    return opacity

Parameters

Name Type Description
opacity INTEGER

Examples

GetDefaultOpacity(1);
import vs

# Returns the default opacity.
result = vs.GetDefaultOpacity()

Version

Availability: from VectorWorks13.0

Category