Click or drag to resize

CSEMPLOTResetUsedChannel Method

Set the "Plotted" channel to dummies

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ResetUsedChannel(
	CDB db
)

public static void ResetUsedChannel(
	CDB db
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database handle
Remarks
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.
See Also