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