ImageGear .NET v24.12 - Updated
Type Property (CADLight)




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADLight Class : Type Property
The light source type.
Syntax
'Declaration
 
Public Property Type As CADLight.LightType
'Usage
 
Dim instance As CADLight
Dim value As CADLight.LightType
 
instance.Type = value
 
value = instance.Type
public CADLight.LightType Type {get; set;}
public: __property CADLight.LightType get_Type();
public: __property void set_Type( 
   CADLight.LightType value
);
public:
property CADLight.LightType Type {
   CADLight.LightType get();
   void set (    CADLight.LightType value);
}
See Also

Reference

CADLight Class
CADLight Members