LightTypeDimmingColor Property |
The dimming temperature value in Kelvins.
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
When setting this property: A value passed for an enumeration argument is not a member of that enumeration
|
See Also