 | 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
Syntaxpublic static void EditPlotComponents(
CDB db,
string templ
)
public static void EditPlotComponents(
CDB db,
string templ
)
Public Shared Sub EditPlotComponents (
db As CDB,
templ As String
)
Public Shared Sub EditPlotComponents (
db As CDB,
templ As String
)
public:
static void EditPlotComponents(
CDB^ db,
String^ templ
)
public:
static void EditPlotComponents(
CDB^ db,
String^ templ
)
static member EditPlotComponents :
db : CDB *
templ : string -> unit
static member EditPlotComponents :
db : CDB *
templ : string -> unit
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