MapWinGIS:GridColorScheme LightSourceAzimuth
From MapWindow GIS
LightSourceAzimuth
Gets the azimuth, or compass heading of the light source. Only applies to hillshaded breaks.
VB.NET Usage
ReadOnly Property LightSourceAzimuth() As Double
Parameters
|
ReturnValue | The azimuth, or compass heading of the light source. |
Sample Code
Private Sub LightSourceAzimuth()
Dim scheme As New MapWinGIS.GridColorScheme()
Dim heading As Double
'Get the azimuth, or compass heading of the light source
heading = scheme.LightSourceAzimuth
End Sub
VB 6 Usage
ReadOnly Property LightSourceAzimuth() As Double
Parameters
|
ReturnValue | The azimuth, or compass heading of the light source. |
Sample Code
Private Sub LightSourceAzimuth()
Dim scheme As New MapWinGIS.GridColorScheme
Dim heading As Double
'Get the azimuth, or compass heading of the light source
heading = scheme.LightSourceAzimuth
End Sub
















