Click or drag to resize
CSEMPLOTEditMapPlotParameters Method
Alter parameters in an XYplot Triplot map.

Available since Oasis montaj version: 6.2
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
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
See Also