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




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADLight Class : Direction Property
Direction the light source faces in world-space (XYZ). Direction only affects DIRECTIONAL and SPOTLIGHT type light sources.
Syntax
'Declaration
 
Public Property Direction As Double()
'Usage
 
Dim instance As CADLight
Dim value() As Double
 
instance.Direction = value
 
value = instance.Direction
public double[] Direction {get; set;}
public: __property double[]* get_Direction();
public: __property void set_Direction( 
   double[][]* value
);
public:
property array<double>^ Direction {
   array<double>^ get();
   void set (    array<double>^ value);
}
See Also

Reference

CADLight Class
CADLight Members