Revit 2023 API |
PresetInitialColor Constructor (PresetInitialColor) |
PresetInitialColor Class See Also |
Creates a copy of the given preset initial color
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( PresetInitialColor other ) |
Visual Basic |
---|
Public Sub New ( _ other As PresetInitialColor _ ) |
Visual C++ |
---|
public: PresetInitialColor( PresetInitialColor^ other ) |
Parameters
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |