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 colour table has none defined.
str3
Type: SystemString
colour 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
colour contour interval or rDUMMY for default
See Also