Click or drag to resize

CSEMPLOTEditPlotComponents Method

Set group names and channels to plot in a template.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void EditPlotComponents(
	CGXNETCore gxNetShared,
	CDB db,
	string templ
)

public static void EditPlotComponents(
	CGXNETCore gxNetShared,
	CDB db,
	string templ
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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