Click or drag to resize
CAGGLayerIMG Method
Add an 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)
Syntax
public void LayerIMG(
	string name,
	int zone,
	string color,
	double cont
)

Parameters

name
Type: SystemString
Grid name
zone
Type: SystemInt32
<define>AGG_LAYER_ZONE</define> transform to use if color table has none defined.
color
Type: SystemString
Color table name, "" for default This can be a .TBL .ZON .ITR or .AGG file .TBL is the default
cont
Type: SystemDouble
Color contour interval or <define>rDUMMY</define> for default
See Also