Click or drag to resize

CSEMPLOTTemplateLST Method

Fill a list with the available plot template names

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void TemplateLST(
	CGXNETCore gxNetShared,
	CLST lst,
	int type
)

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>
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