Click or drag to resize
CSEMPLOTEditPlotComponents Method
Set group names and channels to plot in a template.

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
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".
Syntax
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
See Also