Revit 2026 API
Light |
The dimming temperature value in Kelvins.
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public LightDimmingColor DimmingColor { get; set; }
Public Property DimmingColor As LightDimmingColor Get Set
public: property LightDimmingColor DimmingColor { LightDimmingColor get (); void set (LightDimmingColor value); }
member DimmingColor : LightDimmingColor with get, set
Property Value
LightDimmingColor| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also