Click or drag to resize

CSEMPLOTOverlayLST Method

Fill a list with the available plot overlay names

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

public static void OverlayLST(
	CLST lst,
	int extension,
	int type
)

Parameters

lst
Type: GeoEngine.Core.GXNetCLST
Input LST.
extension
Type: SystemInt32
<define>SEMPLOT_EXT</define>
type
Type: SystemInt32
<define>SEMPLOT_PLOT</define>
Remarks
Looks first in user\etc, then in \etc. See <define>SEMPLOT_EXT</define> definitions above for which files to look for.
See Also