BackgroundStyle Enumeration

Indicates the background style in rendering settings.

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