IShadedReliefFunctionArguments Interface

Provides access to members that control shaded relief function arguments.

Members

Name Description
Read/write property Altitude The solar altitude angle in degrees.
Read/write property Azimuth The solar azimuth angle in degrees with 0 toward North.
Read/write property Colormap The raster colormap.
Read/write property Raster The input image.
Read/write property RGB The input RGB image.
Read/write property ZFactor The zfactor.

IShadedReliefFunctionArguments.Altitude Property

The solar altitude angle in degrees.

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

IShadedReliefFunctionArguments.Azimuth Property

The solar azimuth angle in degrees with 0 toward North.

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

IShadedReliefFunctionArguments.Colormap Property

The raster colormap.

Public Property Colormap As IRasterColormap
public IRasterColormap Colormap {get; set;}

IShadedReliefFunctionArguments.Raster Property

The input image.

Public Property Raster As Object
public object Raster {get; set;}

IShadedReliefFunctionArguments.RGB Property

The input RGB image.

Public Property RGB As Object
public object RGB {get; set;}

IShadedReliefFunctionArguments.ZFactor Property

The zfactor.

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

Classes that implement IShadedReliefFunctionArguments

Classes Description
ShadedReliefFunctionArguments The Shaded Relief function arguments.

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