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

 

This .NET class wraps the AcGiDistantLightTraits ObjectARX class. 

 

DistantLightTraits represents a distant light source, whose light is emitted in parallel rays, with an infinite distance between the light source and the model. 

 

A light passing its properties to this class should not rely on any default values.

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