ISlopeScalingArguments Interface

Provides access to members that control hillshade/slope function arguments.

Members

Name Description
Read/write property PixelSizeFactor The Z scale factor that converts z value to a function of x and y.
Read/write property PixelSizePower Pixel size power
Read/write property RemoveEdgeEffect Flag to remove seams from multi resolution datasets.
Read/write property ScalingType The output scaling method.

ISlopeScalingArguments.PixelSizeFactor Property

The Z scale factor that converts z value to a function of x and y.

Public Property PixelSizeFactor As Double
public double PixelSizeFactor {get; set;}

ISlopeScalingArguments.PixelSizePower Property

Pixel size power.

Public Property PixelSizePower As Double
public double PixelSizePower {get; set;}

ISlopeScalingArguments.RemoveEdgeEffect Property

Flag to remove seams from multi resolution datasets.

Public Property RemoveEdgeEffect As Boolean
public bool RemoveEdgeEffect {get; set;}

ISlopeScalingArguments.ScalingType Property

The output scaling method.

Public Property ScalingType As esriSlopeType
public esriSlopeType ScalingType {get; set;}

Classes that implement ISlopeScalingArguments

Classes Description
ContourFunctionArguments A class for contour function arguments.
HillshadeFunctionArguments The Hillshade function arguments.
ShadedReliefFunction The Shaded Relief function.
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.