Share

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

C#

public class RenderGlobal : DBObject;

Visual Basic

Public Class RenderGlobal
Inherits DBObject

Links

RenderGlobal Structures, RenderGlobal Enumerations, RenderGlobal Properties

Was this information helpful?