Click or drag to resize

CSEMPLOTTemplateLST Method

Fill a list with the available plot template names

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void TemplateLST(
	CLST lst,
	int type
)

public static void TemplateLST(
	CLST lst,
	int type
)

Parameters

lst
Type: GeoEngine.Core.GXNetCLST
Input LST.
type
Type: SystemInt32
<define>SEMPLOT_PLOT</define>
Remarks
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.)
See Also