Click or drag to resize
CSEMPLOTResetUsedChannel Method
Set the "Plotted" channel to dummies

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
This function is called before one or a series of plots to initialize the "Plotted" channel in all the selected lines to dummy values. As the plots are created, those points used in the plot are set to 1, so that at the end the database records which values have been plotted. This information can then be used to make a symbol legend. If the "Plotted" channel does not exist, it is created, associated, loaded, and filled with dummies.
Syntax
public static void ResetUsedChannel(
	CGXNETCore gxNetShared,
	CDB db
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
See Also