ISlopeFunctionArguments Interface

Provides access to members that control slope function arguments.

Members

Name Description
Read/write property AnalysisTargetDevice The analysis target device.
Read/write property DEM The input elevation model.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.