Click or drag to resize

CAGGLayerShadeIMG Method

Add a shaded image as a layer in an aggregate.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LayerShadeIMG(
	string name,
	string color,
	double inc,
	double dec,
	ref double scl
)

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)
Remarks
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.
See Also