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| Name | Type | Description |
|---|---|---|
| symbol | HANDLE | Handle to symbol. |
This function returns 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