Click or drag to resize
CSEMPLOTPlot Method
Plot an XYPlot or TriPlot based on the template.

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 "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).
Syntax
public static void Plot(
	CGXNETCore gxNetShared,
	CDB db,
	string templ,
	string mask_ch,
	string mineral_ch,
	string map,
	int map_mode,
	int plot_symb
)

Parameters

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