Revit 2026 API
View |
Creates an object that can be passed to View.SetBackground method
to set the background of the SunAndClouds type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ViewDisplayBackground CreateSky()
Public Shared Function CreateSky As ViewDisplayBackground
public: static ViewDisplayBackground^ CreateSky()
static member CreateSky : unit -> ViewDisplayBackground
Return Value
ViewDisplayBackgroundNew background object to pass to View.SetBackground.
See Also