Click or drag to resize
CIMUGridShad Method
Create a shaded relief image.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Pass <define>GS_R8DM</define> as parameters to obtain default values. The default values are returned.
Syntax
public static void GridShad(
	CGXNETCore gxNetShared,
	string in_grid,
	string sh_grid,
	ref double inc,
	ref double dec,
	ref double scl
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
in_grid
Type: SystemString
Input image name
sh_grid
Type: SystemString
Output new shaded image
inc
Type: SystemDouble
Inclination 0-90 degrees (def. 45)
dec
Type: SystemDouble
Declination 0-360 degrees azimuth (def. 45)
scl
Type: SystemDouble
Vertical scale factor (distance/z unit)
See Also