Share

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

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.RenderSettings
        Autodesk.AutoCAD.DatabaseServices.RapidRTRenderSettings

Visual Basic

Public Class RenderSettings
Inherits DBObject

C#

public class RenderSettings : DBObject;

Links

RenderSettings Properties

See Also

MentalRayRenderSettings, RenderSettingsTraits

Was this information helpful?