 | CSEMPLOTEditPlotParameters Method |
Set TriPlot parameters in a template.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void EditPlotParameters(
CDB db,
string templ
)
public static void EditPlotParameters(
CDB db,
string templ
)
Public Shared Sub EditPlotParameters (
db As CDB,
templ As String
)
Public Shared Sub EditPlotParameters (
db As CDB,
templ As String
)
public:
static void EditPlotParameters(
CDB^ db,
String^ templ
)
public:
static void EditPlotParameters(
CDB^ db,
String^ templ
)
static member EditPlotParameters :
db : CDB *
templ : string -> unit
static member EditPlotParameters :
db : CDB *
templ : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
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