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




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

Reference

CADLight Class
CADLight Members