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

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Pass GS_R8DM as parameters to obtain default values. The default values are returned.
Syntax
public static void GridShad(
	string str1,
	string str2,
	ref double d3,
	ref double d4,
	ref double d5
)

Parameters

str1
Type: SystemString
input image name
str2
Type: SystemString
output new shaded image
d3
Type: SystemDouble
inclination 0-90 degrees (def. 45)
d4
Type: SystemDouble
declination 0-360 degrees azimuth (def. 45)
d5
Type: SystemDouble
vertical scale factor (distance/z unit)
See Also