CustomInitialColor(CustomInitialColor) Constructor |
Creates a copy of the given custom initial color
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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