Click or drag to resize
CSEMPLOTNewTemplate Method
Create a new XYPlot or TriPlot template.

Available since Oasis montaj version: 6.2
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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)
Syntax
public static void NewTemplate(
	CGXNETCore gxNetShared,
	string templ,
	int type,
	string model
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
templ
Type: SystemString
New template name
type
Type: SystemInt32
Unknown
model
Type: SystemString
Template to use as a model (can be "")
See Also