ISAIFunctionArguments Interface

Provides access to members that control slope-aspect index (SAI) function arguments.

Members

Name Description
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.

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.

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