Click or drag to resize

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
Syntax
public static CARCDB SelTblExGUI(
	CGXNETCore gxNetShared,
	ref int table_type
)

public static CARCDB SelTblExGUI(
	CGXNETCore gxNetShared,
	ref int table_type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
table_type
Type: SystemInt32
<define>ARC_SELTBL_TYPE</define>

Return Value

Type: CARCDB
Handle to the table (Terminate on Error)
See Also