Indicates the background style in rendering settings.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum BackgroundStyle
Members
Member name | Value | Description |
---|---|---|
Color | 5 | Color background. |
Image | 6 | Image background. |
SkyCloudy | 3 | Cloudy sky background. |
SkyFewClouds | 2 | Sky background with few clouds. |
SkyNoClouds | 0 | Sky background without clouds. |
SkyVeryCloudy | 4 | Very cloudy sky background. |
SkyVeryFewClouds | 1 | Sky background with very few clouds. |
Transparent | 7 | Transparent background |