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
















