Click or drag to resize

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
Syntax
public static void NewTemplate(
	string templ,
	int type,
	string model
)

public static void NewTemplate(
	string templ,
	int type,
	string model
)

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