Share

Light Class

Description

This .NET class wraps the AcDbLight ObjectARX class.

This is a container for all properties relating to a generic light. A dictionary of these objects is resident in the database, in the named object dictionary as ACAD_LIGHTS. They are indexed by the name of the setting objects. In the user interface, the contents of this dictionary correspond to user-defined light properties (displayed on a property palette accessible by selection of the light using a variety of methods.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.Entity
        Autodesk.AutoCAD.DatabaseServices.Light

Visual Basic

Public Class Light
Inherits Entity

C#

public class Light : Entity;

Links

Light Methods, Light Properties

Was this information helpful?