Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 904 Bytes

File metadata and controls

32 lines (24 loc) · 904 Bytes

SetSymBrightMult

Description

Function SetSymBrightMult sets the brightness multiplier for 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.

PROCEDURE SetSymBrightMult(
				symbol               : HANDLE;
				brightnessMultiplier : INTEGER);
def vs.SetSymBrightMult(symbol, brightnessMultiplier):
    return None

Parameters

Name Type Description
symbol HANDLE Handle to symbol.
brightnessMultiplier INTEGER Brightness multiplier for symbol.

Remarks

This function sets 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