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