Click or drag to resize
CPROJiListTools Method
Fills an LST object with tools of a certain type and notes the current visibility setting.

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)
Notes
GX will terminate if there is an error. LST object will hold the tool name in the name column and include whether the tool is currently visible in the value column (1=visible, 0-hidden).
Syntax
public static int iListTools(
	CLST oLST1,
	int i2
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
LST object to hold list
i2
Type: SystemInt32
See TOOL_TYPEConstant

Return Value

Type: Int32
The number of tools found.
See Also