Provides access to members that control hillshade function arguments.
Members
Name | Description | |
---|---|---|
Altitude | The solar altitude angle in degrees. | |
Azimuth | The solar azimuth angle in degrees with 0 toward North. | |
DEM | The input elevation model. | |
ZFactor | The Z scale factor that converts z value to the unit of x and y. |
IHillshadeFunctionArguments.Altitude Property
The solar altitude angle in degrees.
Public Property Altitude As Double
public double Altitude {get; set;}
IHillshadeFunctionArguments.Azimuth Property
The solar azimuth angle in degrees with 0 toward North.
Public Property Azimuth As Double
public double Azimuth {get; set;}
IHillshadeFunctionArguments.DEM Property
The input elevation model.
Public Property DEM As Object
public object DEM {get; set;}
IHillshadeFunctionArguments.ZFactor Property
The Z scale factor that converts z value to the unit of x and y.
Public Property ZFactor As Double
public double ZFactor {get; set;}
Classes that implement IHillshadeFunctionArguments
Classes | Description |
---|---|
HillshadeFunctionArguments | The Hillshade function arguments. |