Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 778 Bytes

File metadata and controls

29 lines (21 loc) · 778 Bytes

GetSymBrightMult

Description

Function GetSymBrightMult returns the brightness multiplier of the referenced symbol.

The brightness multiplier is used for symbols that contains lights. This value is a percentage of the symbol definition's light brightness.

FUNCTION GetSymBrightMult(symbol : HANDLE): INTEGER;
def vs.GetSymBrightMult(symbol):
    return INTEGER

Parameters

Name Type Description
symbol HANDLE Handle to symbol.

Remarks

This function returns the brightness multiplier used for symbols that contains lights. This value is a percentage of the symbol definition's light brightness.

Version

Availability: from VectorWorks8.0

Category