Sets the background for the view. Background can only be set for 3d views and for Sections/Elevations.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetBackground(
ViewDisplayBackground background
)
Public Sub SetBackground (
background As ViewDisplayBackground
)
public:
void SetBackground(
ViewDisplayBackground^ background
)
member SetBackground :
background : ViewDisplayBackground -> unit
Parameters
- background ViewDisplayBackground
-
Background to set. See 'ViewDisplayBackground' class and its 'create' methods.
Exceptions
See Also