Revit 2025.3 API
Effect |
Sets the color parameter of the effect instance.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetColor( Color color )
Public Sub SetColor ( color As Color )
public: void SetColor( Color^ color )
member SetColor : color : Color -> unit
Parameters
- color Color
- The color value.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also