Longitude Property
Syntax
CWLight.Longitude
Data Type
Purpose
Specifies the longitudinal position in degrees of the light source.
Example
'Set the latitude of the light source to 35 degrees
CWGraph3D1.Lights.Item(1).Latitude = 35
'Set the longitude of the light source to 40 degrees
CWGraph3D1.Lights.Item(1).Longitude = 40