Latitude Property

3D Graph Control

Latitude Property

Syntax

CWLight.Latitude

Data Type

Double

Purpose

Specifies the latitudinal 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