ImageGear .NET - Updated October 2, 2018
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
See Also

Reference

CADLight Class
CADLight Members