Click or drag to resize
CSEMPLOTReplot Method
Replot an existing SEMPLOT plot based on current data.

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
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).
Syntax
public static void Replot(
	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 containing the plot
See Also