 | CARCDBSelTblExGUI Method |
Select table GUI with table type.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CARCDB SelTblExGUI(
ref int table_type
)
public static CARCDB SelTblExGUI(
ref int table_type
)
Public Shared Function SelTblExGUI (
ByRef table_type As Integer
) As CARCDB
Public Shared Function SelTblExGUI (
ByRef table_type As Integer
) As CARCDB
public:
static CARCDB^ SelTblExGUI(
int% table_type
)
public:
static CARCDB^ SelTblExGUI(
int% table_type
)
static member SelTblExGUI :
table_type : int byref -> CARCDB
static member SelTblExGUI :
table_type : int byref -> CARCDB
Parameters
- table_type
- Type: SystemInt32
<define>ARC_SELTBL_TYPE</define>
Return Value
Type:
CARCDBHandle to the table (Terminate on Error)
See Also