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