Click or drag to resize

CSEMPLOTReplot Method

Replot an existing SEMPLOT plot based on current data.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Replot(
	CDB db,
	string mask_ch,
	string mineral_ch,
	CMAP map,
	string view
)

public static void Replot(
	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 containing the plot
Remarks
Note that the selection of data in the current DB is used to replot the map. 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