Click or drag to resize

CPROJiListTools Method

Fills an LST object with tools of a certain type and notes the current visibility setting.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iListTools(
	CLST lst,
	int type
)

public static int iListTools(
	CLST lst,
	int type
)

Parameters

lst
Type: GeoEngine.Core.GXNetCLST
LST object to hold list
type
Type: SystemInt32
<define>TOOL_TYPE</define>

Return Value

Type: Int32
The number of tools found.
Remarks
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).
See Also