 | CSEMPLOTEditMapPlotParameters Method |
Alter parameters in an XYplot Triplot map.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void EditMapPlotParameters(
CDB db,
string mask_ch,
string mineral_ch,
CMAP map,
string view
)
public static void EditMapPlotParameters(
CDB db,
string mask_ch,
string mineral_ch,
CMAP map,
string view
)
Public Shared Sub EditMapPlotParameters (
db As CDB,
mask_ch As String,
mineral_ch As String,
map As CMAP,
view As String
)
Public Shared Sub EditMapPlotParameters (
db As CDB,
mask_ch As String,
mineral_ch As String,
map As CMAP,
view As String
)
public:
static void EditMapPlotParameters(
CDB^ db,
String^ mask_ch,
String^ mineral_ch,
CMAP^ map,
String^ view
)
public:
static void EditMapPlotParameters(
CDB^ db,
String^ mask_ch,
String^ mineral_ch,
CMAP^ map,
String^ view
)
static member EditMapPlotParameters :
db : CDB *
mask_ch : string *
mineral_ch : string *
map : CMAP *
view : string -> unit
static member EditMapPlotParameters :
db : CDB *
mask_ch : string *
mineral_ch : string *
map : CMAP *
view : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database handle - mask_ch
- Type: SystemString
Mask channel (can be "") - mineral_ch
- Type: SystemString
Mineral channel (can be "" for raw data) - map
- Type: GeoEngine.Core.GXNetCMAP
Map handle - view
- Type: SystemString
Map View
Remarks
The Parameters GUI is loaded based on settings stored in
the map. The map is then re-plotted, overwriting the old one,
based on the new settings. Note that the selection of data
in the current DB is used to replot the map.
See Also