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| Name | Type | Description |
|---|---|---|
| symbol | HANDLE | Handle to symbol. |
| brightnessMultiplier | INTEGER | Brightness multiplier for symbol. |
This function sets the brightness multiplier used for symbols that contains lights. This value is a percentage of the symbol definition's light brightness.
Availability: from VectorWorks8.0