ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADLight Class / Direction Property




In This Topic
    Direction Property (CADLight)
    In This Topic
    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