Click or drag to resize
CSEMPLOTFilterLST Method
Fill a LST with existing SEMPLOT filters

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
"Supplied" filters are stored in \etc, while user-edited and new filters are stored in user\etc. This function finds all files with the extension ".semfilter", first in user\etc, then in \etc, and adds the file names (without the extension) to the LST. The name with the extension is stored as the value. The LST is cleared first.
Syntax
public static void FilterLST(
	CGXNETCore gxNetShared,
	CLST lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
lst
Type: GeoEngine.Core.GXNetXCLST
LST to fill.
See Also