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