Click or drag to resize

CSEMPLOTEditPlotComponents Method

Set group names and channels to plot in a template.

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

public static void EditPlotComponents(
	CDB db,
	string templ
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database handle
templ
Type: SystemString
Template name
Remarks
The "Components" group in the INI file is edited. Looks first in user\etc, then in \etc. Looks first for file prefix "semtemplate" then "xyt" or "tri" The altered template will be output to the user\etc directory with the file extension "semtemplate".
See Also