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

Available since Oasis montaj version: 5.0.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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static int iGetDocumentsLST(
	CLST oLST1,
	int i2,
	int i3
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
LST to load
i2
Type: SystemInt32
See EDOC_PATHConstant
i3
Type: SystemInt32
See EDOC_TYPEConstant

Return Value

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