 | CEMAPTEMPLATEiGetMapTemplatesLST Method |
Load the file names of open maps into a LST.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iGetMapTemplatesLST(
CLST lst,
int path
)
public static int iGetMapTemplatesLST(
CLST lst,
int path
)
Public Shared Function iGetMapTemplatesLST (
lst As CLST,
path As Integer
) As Integer
Public Shared Function iGetMapTemplatesLST (
lst As CLST,
path As Integer
) As Integer
public:
static int iGetMapTemplatesLST(
CLST^ lst,
int path
)
public:
static int iGetMapTemplatesLST(
CLST^ lst,
int path
)
static member iGetMapTemplatesLST :
lst : CLST *
path : int -> int
static member iGetMapTemplatesLST :
lst : CLST *
path : int -> int
Parameters
- lst
- Type: GeoEngine.Core.GXNetCLST
LST to load - path
- Type: SystemInt32
<define>EMAPTEMPLATE_PATH</define>
Return Value
Type:
Int32
The number of documents loaded into the LST.
The LST is cleared first.
See Also