GetRenderingSettings Method


View 3D Get Rendering Settings Method

Returns the current rendering settings for this 3d view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public RenderingSettings GetRenderingSettings()

Return Value

RenderingSettings
The returned object represents the current rendering settings. If you change the returned object, you need to call SetRenderingSettings to apply the new settings back to Revit.
See Also