Revit 2018 API |
ViewDisplayBackground..::..CreateSky Method |
ViewDisplayBackground Class See Also |
Creates an object that can be passed to DBView::setBackground function
to set the background of the SunAndClouds type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2014
Syntax
C# |
---|
public static ViewDisplayBackground CreateSky() |
Visual Basic |
---|
Public Shared Function CreateSky As ViewDisplayBackground |
Visual C++ |
---|
public: static ViewDisplayBackground^ CreateSky() |