Sets the override color of the surface background pattern.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public OverrideGraphicSettings SetSurfaceBackgroundPatternColor(
Color color
)
Parameters
- color Color
-
Value of the surface background color for the override. InvalidColorValue means no override is set.
Return Value
OverrideGraphicSettings
Reference to the changed object.
Exceptions
See Also
Reference