Autodesk.AutoCAD.DatabaseServices Namespace > RenderSettings Class
RenderSettings Class
Description

 

This .NET class wraps the AcDbRenderSettings ObjectARX class. 

This class is a container for all properties relating to a generic high-fidelity renderer. A dictionary of these objects is resident in the database, in the named object dictionary as ACAD_RENDER_SETTINGS. They are indexed by the name of the setting objects. In the user interface, the contents of this dictionary correspond to user-defined render presets (not predefined presets). 

The active render settings object is stored in the named object dictionary as ACAD_RENDER_ACTIVE_SETTINGS.

Class Hierarchy
Visual Basic
Public Class RenderSettings
Inherits DBObject
C#
public class RenderSettings : DBObject;
Links
See Also

MentalRayRenderSettings, RenderSettingsTraits

   Comments?