Share

RenderingSettings.GetBackgroundSettings Method

Returns an object that represents the rendering background settings.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public BackgroundSettings GetBackgroundSettings()

Return Value

BackgroundSettings
The rendering background settings.

Remarks

Different kind of settings object will be returned according to different background style. It could be SkyBackgroundSettings, ColorBackgroundSettings, or ImageBackgroundSettings.

See Also

Reference

Was this information helpful?