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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void LayerIMGEx(
	string str1,
	int i2,
	string str3,
	double d4,
	double d5,
	double d6
)

Parameters

str1
Type: SystemString
Grid name
i2
Type: SystemInt32
See AGG_LAYER_ZONEConstant transform to use if color table has none defined.
str3
Type: SystemString
Color table name, "" for default This can be a .TBL .ZON .ITR or .AGG file .TBL is the default
d4
Type: SystemDouble
Minimum value or rDUMMY for default
d5
Type: SystemDouble
Maximum value or rDUMMY for default
d6
Type: SystemDouble
Color contour interval or rDUMMY for default
See Also