LightTypeSetInitialColor Method |
Replace the current initial color object with the given object
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetInitialColor(
InitialColor initialColor
)
Public Sub SetInitialColor (
initialColor As InitialColor
)
public:
void SetInitialColor(
InitialColor^ initialColor
)
member SetInitialColor :
initialColor : InitialColor -> unit
Parameters
- initialColor InitialColor
-
An object derived from an InitialColor object
The object pointed to is cloned internally
Exceptions
Remarks
The argument object is cloned
See Also