 | CSEMPLOTNewTemplate Method |
Create a new XYPlot or TriPlot template.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void NewTemplate(
string templ,
int type,
string model
)
public static void NewTemplate(
string templ,
int type,
string model
)
Public Shared Sub NewTemplate (
templ As String,
type As Integer,
model As String
)
Public Shared Sub NewTemplate (
templ As String,
type As Integer,
model As String
)
public:
static void NewTemplate(
String^ templ,
int type,
String^ model
)
public:
static void NewTemplate(
String^ templ,
int type,
String^ model
)
static member NewTemplate :
templ : string *
type : int *
model : string -> unit
static member NewTemplate :
templ : string *
type : int *
model : string -> unit
Parameters
- templ
- Type: SystemString
New template name - type
- Type: SystemInt32
Unknown - model
- Type: SystemString
Template to use as a model (can be "")
Remarks
The new template is written to the user\etc directory, with
the file extension "semfilter". The template contains a parameter
identifying it as an XY or Triplot.
Model Template: Looks first in user\etc, then in \etc.
Looks first for file prefix "semtemplate" then "xyt" or "tri"
Because there are so many shared parameters, it is possible to use
an XYPlot template as a model for a TriPlot, and vica-verca, with
few complications. (e.g. needing to define a "Z" component)
See Also