 | 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
Syntaxpublic 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
)
Public Sub LayerIMGEx (
name As String,
zone As Integer,
color As String,
min As Double,
max As Double,
cont As Double
)
Public Sub LayerIMGEx (
name As String,
zone As Integer,
color As String,
min As Double,
max As Double,
cont As Double
)
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
)
member LayerIMGEx :
name : string *
zone : int *
color : string *
min : float *
max : float *
cont : float -> unit
member LayerIMGEx :
name : string *
zone : int *
color : string *
min : float *
max : float *
cont : float -> unit
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