Click or drag to resize
CSEMPLOTTemplateLST Method
Fill a list with the available plot template names

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
Looks first in user\etc, then in \etc. Looks first for file prefix "semtemplate" then "xyt" or "tri" (New-style templates with the "semtemplate" extentsion have the plot type "triplot" or "xyplot" inside them.)
Syntax
public static void TemplateLST(
	CGXNETCore gxNetShared,
	CLST lst,
	int type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
lst
Type: GeoEngine.Core.GXNetXCLST
Input LST.
type
Type: SystemInt32
<define>SEMPLOT_PLOT</define>
See Also