CustomInitialColor(CustomInitialColor) Constructor |
Creates a copy of the given custom initial color
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic CustomInitialColor(
CustomInitialColor other
)
Public Sub New (
other As CustomInitialColor
)
public:
CustomInitialColor(
CustomInitialColor^ other
)
new :
other : CustomInitialColor -> CustomInitialColor
Parameters
- other CustomInitialColor
-
Exceptions
See Also