Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public DrawableType LightType { get; set; }
 
Public Property LightType As DrawableType
        Get
        Set
 
public:
property DrawableType LightType {
        DrawableType get ();
        void set (DrawableType value);
}
 
member LightType : DrawableType with get, set
 
 
 
Property Value
Type: 
DrawableType 
See Also