 | CAGGLayerShadeIMG Method |
Add a shaded 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 LayerShadeIMG(
string name,
string color,
double inc,
double dec,
ref double scl
)
public void LayerShadeIMG(
string name,
string color,
double inc,
double dec,
ref double scl
)
Public Sub LayerShadeIMG (
name As String,
color As String,
inc As Double,
dec As Double,
ByRef scl As Double
)
Public Sub LayerShadeIMG (
name As String,
color As String,
inc As Double,
dec As Double,
ByRef scl As Double
)
public:
void LayerShadeIMG(
String^ name,
String^ color,
double inc,
double dec,
double% scl
)
public:
void LayerShadeIMG(
String^ name,
String^ color,
double inc,
double dec,
double% scl
)
member LayerShadeIMG :
name : string *
color : string *
inc : float *
dec : float *
scl : float byref -> unit
member LayerShadeIMG :
name : string *
color : string *
inc : float *
dec : float *
scl : float byref -> unit
Parameters
- name
- Type: SystemString
Grid name - color
- Type: SystemString
Color table name, "" for default - inc
- Type: SystemDouble
Inclination - dec
- Type: SystemDouble
Declination - scl
- Type: SystemDouble
Scale (<define>rDUMMY</define> for default, returns value used)
Remarks
A new grid file will be created to hold the shaded
image data. This file will have the same name as the
original grid but with "_s" added to the root name.
It will always be located in the workspace directory
regardless of the location of the original source image.
If the file already exists, it will replaced.
See Also