CreateSky Method


View Display Background Create Sky Method

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: 25.0.0.0 (25.0.0.0)
Syntax
public static ViewDisplayBackground CreateSky()

Return Value

ViewDisplayBackground
New background object to pass to View.SetBackground .
See Also