Click or drag to resize

CSEMPLOTEditMapPlotParameters Method

Alter parameters in an XYplot Triplot map.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void EditMapPlotParameters(
	CGXNETCore gxNetShared,
	CDB db,
	string mask_ch,
	string mineral_ch,
	CMAP map,
	string view
)

public static void EditMapPlotParameters(
	CGXNETCore gxNetShared,
	CDB db,
	string mask_ch,
	string mineral_ch,
	CMAP map,
	string view
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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.GXNetXCMAP
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