Click or drag to resize

CSEMPLOTPlot Method

Plot an XYPlot or TriPlot based on the template.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Plot(
	CDB db,
	string templ,
	string mask_ch,
	string mineral_ch,
	string map,
	int map_mode,
	int plot_symb
)

public static void Plot(
	CDB db,
	string templ,
	string mask_ch,
	string mineral_ch,
	string map,
	int map_mode,
	int plot_symb
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database handle
templ
Type: SystemString
Template file name
mask_ch
Type: SystemString
Mask channel (can be "")
mineral_ch
Type: SystemString
Mineral channel (can be "" for raw data)
map
Type: SystemString
Map name
map_mode
Type: SystemInt32
Map open mode; one of MAP_WRITEXXX (see map.gxh)
plot_symb
Type: SystemInt32
Plot symbols (O: No, 1:Yes) ?
Remarks
The "Components" and "Parameters" groups in the INI file are used. Only values with mask values of 1 are plotted, if the mask channel is specified. Call "ResetUsedChannel_SEMPLOT" prior to this function in order to track the values actually plotted. Call InitGroupSymbolsUsed_SEMPLOT prior to this function to reset recording of the symbols used in plotting (for legends etc).
See Also