PresetInitialColor(ColorPreset) Constructor |
Creates an initial color preset object with the given preset value.
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic PresetInitialColor(
ColorPreset presetIn
)
Public Sub New (
presetIn As ColorPreset
)
public:
PresetInitialColor(
ColorPreset presetIn
)
new :
presetIn : ColorPreset -> PresetInitialColor
Parameters
- presetIn ColorPreset
-
The enum value which determines the preset value
Exceptions
See Also