Enables or disables the light source.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property EnableLight As Boolean
             
        
            
            'Usage
 
Dim instance As CADLight
Dim value As Boolean
 
instance.EnableLight = value
 
value = instance.EnableLight
             
        
            
            public bool EnableLight {get; set;}
             
        
            
            public: __property bool get_EnableLight();
public: __property void set_EnableLight( 
   bool value
);
             
        
            
            public:
property bool EnableLight {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also