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

 

This .NET class wraps the AcDbRenderGlobal ObjectARX class. 

Container for all global rendering properties. One and only one of these objects is resident in the database, in the named object dictionary as ACAD_RENDER_GLOBAL.

Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.RenderGlobal
Visual Basic
Public Class RenderGlobal
Inherits DBObject
C#
public class RenderGlobal : DBObject;
Links
   Comments?