Click or drag to resize

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
Syntax
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
)

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