 | 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
Syntaxpublic static int iListTools(
CLST lst,
int type
)
public static int iListTools(
CLST lst,
int type
)
Public Shared Function iListTools (
lst As CLST,
type As Integer
) As Integer
Public Shared Function iListTools (
lst As CLST,
type As Integer
) As Integer
public:
static int iListTools(
CLST^ lst,
int type
)
public:
static int iListTools(
CLST^ lst,
int type
)
static member iListTools :
lst : CLST *
type : int -> int
static member iListTools :
lst : CLST *
type : int -> int
Parameters
- lst
- Type: GeoEngine.Core.GXNetCLST
LST object to hold list - type
- Type: SystemInt32
<define>TOOL_TYPE</define>
Return Value
Type:
Int32The 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