Click or drag to resize
CAGGLayerShadeIMG Method
Add a shaded image as a layer in an aggregate.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
A new grid file will be created to hold the shaded image data. This file will have the same name as the original grid but with "_s" added to the root name. It will always be located in the workspace directory regardless of the location of the original source image. If the file already exists, it will replaced.
Syntax
public void LayerShadeIMG(
	string str1,
	string str2,
	double d3,
	double d4,
	ref double d5
)

Parameters

str1
Type: SystemString
grid name
str2
Type: SystemString
colour table name, "" for default
d3
Type: SystemDouble
inclination
d4
Type: SystemDouble
declination
d5
Type: SystemDouble
scale (rDUMMY for default, returns value used)
See Also