BackgroundStyle Enumeration

Indicates the background style in rendering settings.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum BackgroundStyle
Members
Member nameValueDescription
SkyNoClouds0 Sky background without clouds.
SkyVeryFewClouds1 Sky background with very few clouds.
SkyFewClouds2 Sky background with few clouds.
SkyCloudy3 Cloudy sky background.
SkyVeryCloudy4 Very cloudy sky background.
Color5 Color background.
Image6 Image background.
Transparent7 Transparent background
See Also