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