Revit 2026 API
Initial |
The luminosity value.
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double Luminosity { get; set; }
Public Property Luminosity As Double Get Set
public: property double Luminosity { double get (); void set (double value); }
member Luminosity : float with get, set
Property Value
DoubleThe luminosity value in cd as a numerical value between 0 and 1e+30.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The luminosity value is not valid because it is not between 0 and 1e+30. |
See Also