Provides access to members that control curvature function arguments.
Members
Name | Description | |
---|---|---|
Raster | The input elevation model. | |
Type | Curvature Type | |
ZFactor | Z Factor |
ICurvatureFunctionArguments.Raster Property
The input elevation model.
Public Property Raster As Object
public object Raster {get; set;}
ICurvatureFunctionArguments.Type Property
Curvature Type.
Public Property Type As esriCurvatureType
public esriCurvatureType Type {get; set;}
ICurvatureFunctionArguments.ZFactor Property
Z Factor.
Public Property ZFactor As Double
public double ZFactor {get; set;}
Classes that implement ICurvatureFunctionArguments
Classes | Description |
---|---|
CurvatureFunctionArguments | Curvature function arguments. |