Click or drag to resize

CEMAPTEMPLATE.iGetMapTemplatesLST Method

Load the file names of open maps into a LST.

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

public static int iGetMapTemplatesLST(
	CGXNETCore gxNetShared,
	CLST lst,
	int path
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore
lst
Type: GeoEngine.Core.GXNetX.CLST
LST to load
path
Type: System.Int32
<define>EMAPTEMPLATE_PATH</define>

Return Value

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