Click or drag to resize

CSEMPLOTEditPlotParameters Method

Set TriPlot parameters 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 EditPlotParameters(
	CGXNETCore gxNetShared,
	CDB db,
	string templ
)

public static void EditPlotParameters(
	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 "Parameters" 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