2026 Class
Changes 0
C

RenderingSettings

Description:
Represents the rendering settings for a 3d view.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.RenderingSettings
public class RenderingSettings : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the RenderingSettings
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetBackgroundSettings() BackgroundSettings Returns an object that represents the rendering background settings.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetRenderingImageExposureSettings() RenderingImageExposureSettings Returns an object that represents the rendering image exposure settings.
M GetRenderingQualitySettings() RenderingQualitySettings Returns an object that represents the rendering quality settings.
M GetRenderingRegionOutline() Outline Returns the outline of the rendering region.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetBackgroundSettings(BackgroundSettings) None Changes the rendering background settings details for the current background style.
M SetRenderingImageExposureSettings(RenderingImageExposureSettings) None Changes the rendering image exposure settings.
M SetRenderingQualitySettings(RenderingQualitySettings) None Change rendering quality settings.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P BackgroundStyle BackgroundStyle The enum value that controls the background style for rendering.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P LightingSource LightingSource The lighting scheme type.
P PrinterResolution PrinterResolution The resolution level when using printer.
P ResolutionTarget ResolutionTarget The resolution target.
P ResolutionValue int The rendering resolution in dots per inch (DPI).
P UsesRegionRendering bool The bool value that indicates whether to use region rendering.