Click or drag to resize

CAGGLayerIMGEx Method

Add an 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 LayerIMGEx(
	string name,
	int zone,
	string color,
	double min,
	double max,
	double cont
)

public void LayerIMGEx(
	string name,
	int zone,
	string color,
	double min,
	double max,
	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
min
Type: SystemDouble
Minimum value or <define>rDUMMY</define> for default
max
Type: SystemDouble
Maximum value or <define>rDUMMY</define> for default
cont
Type: SystemDouble
Color contour interval or <define>rDUMMY</define> for default
See Also