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