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

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
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 name,
	string color,
	double inc,
	double dec,
	ref double scl
)

Parameters

name
Type: SystemString
Grid name
color
Type: SystemString
Color table name, "" for default
inc
Type: SystemDouble
Inclination
dec
Type: SystemDouble
Declination
scl
Type: SystemDouble
Scale (<define>rDUMMY</define> for default, returns value used)
See Also