Provides access to members that control slope function arguments.
Members
Name | Description | |
---|---|---|
AnalysisTargetDevice | The analysis target device. | |
DEM | The input elevation model. | |
ZFactor | The Z scale factor that converts z value to the unit of x and y. |
ISlopeFunctionArguments.AnalysisTargetDevice Property
The analysis target device.
Public Property AnalysisTargetDevice As esriGeoAnalysisAnalysisTargetDeviceEnum
public esriGeoAnalysisAnalysisTargetDeviceEnum AnalysisTargetDevice {get; set;}
ISlopeFunctionArguments.DEM Property
The input elevation model.
Public Property DEM As Object
public object DEM {get; set;}
ISlopeFunctionArguments.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 ISlopeFunctionArguments
Classes | Description |
---|---|
SlopeFunctionArguments | The Slope function arguments. |