Autodesk.AutoCAD.GraphicsInterface Namespace > LightTraits Class
LightTraits Class
Description

 

This .NET class wraps the AcGiLightTraits ObjectARX class. 

 

Parent class for interfaces passed to Light objects in the implementation of SetAttributes().The light first down-casts the traits class to the specific type, specified earlier in the AddLight() call. It then sets specific light properties. 

 

This class derives from DrawableTraits, as that is what is passed into Drawable.SetAttributes()

 

Lights on frozen layers will not be processed; their light will not illuminate the model.

Class Hierarchy
Visual Basic
Public abstract Class LightTraits
Inherits NonEntityTraits
C#
public abstract class LightTraits : NonEntityTraits;
Links
   Comments?