Revit 2023 API |
PresetInitialColor Constructor (ColorPreset) |
PresetInitialColor Class See Also |
Creates an initial color preset object with the given preset value.
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public PresetInitialColor( ColorPreset presetIn ) |
Visual Basic |
---|
Public Sub New ( _ presetIn As ColorPreset _ ) |
Visual C++ |
---|
public: PresetInitialColor( ColorPreset presetIn ) |
Parameters
- presetIn
- Type: Autodesk.Revit.DB.Lighting..::..ColorPreset
The enum value which determines the preset value
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |