Click or drag to resize
CAGGLayerIMG Method
Add an 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)
Syntax
public void LayerIMG(
	string str1,
	int i2,
	string str3,
	double d4
)

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
colour contour interval or rDUMMY for default
See Also