Click or drag to resize
CEMAPiGetMapsLST Method
Load the file names of open maps into a LST.

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static int iGetMapsLST(
	CGXNETCore gxNetShared,
	CLST lst,
	int path
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
lst
Type: GeoEngine.Core.GXNetXCLST
LST to load
path
Type: SystemInt32
<define>EMAP_PATH</define>

Return Value

Type: Int32
The number of documents loaded into the LST. The LST is cleared first.
See Also