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