Provides access to members that control slope-aspect index (SAI) function arguments.
Members
| Name | Description | |
|---|---|---|
![]() |
DEM | The input elevation model. |
![]() |
ZFactor | The Z scale factor that converts z value to the unit of x and y. |
ISAIFunctionArguments.DEM Property
The input elevation model.
Public Property DEM As Object
public object DEM {get; set;}
ISAIFunctionArguments.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 ISAIFunctionArguments
| Classes | Description |
|---|---|
| SAIFunctionArguments | The Slope-Aspect Index (SAI) function arguments. |

