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