Click or drag to resize
CSEMPLOTiTemplateType 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)
Syntax
public static int iTemplateType(
	CGXNETCore gxNetShared,
	string templ
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
templ
Type: SystemString
Template name

Return Value

Type: Int32
<define>SEMPLOT_PLOT_XYPLOT</define> or <define>SEMPLOT_PLOT_TRIPLOT</define> Terminates if error.
See Also