Revit 2026 API
View |
Returns the current rendering settings for this 3d view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public RenderingSettings GetRenderingSettings()
Public Function GetRenderingSettings As RenderingSettings
public: RenderingSettings^ GetRenderingSettings()
member GetRenderingSettings : unit -> RenderingSettings
Return Value
RenderingSettingsThe 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