ColorBackgroundSettings Class


Represents the rendering color background settings.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2013

Syntax

C#
public class ColorBackgroundSettings : BackgroundSettings
Visual Basic
Public Class ColorBackgroundSettings _
	Inherits BackgroundSettings
Visual C++
public ref class ColorBackgroundSettings : public BackgroundSettings

Inheritance Hierarchy

System Object
Autodesk.Revit.DB BackgroundSettings
Autodesk.Revit.DB ColorBackgroundSettings

See Also