Click or drag to resize

CDUTableSelectedLinesFid Method

Place a Line/Fid information into a Channel for the selected lines in the database.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void TableSelectedLinesFid(
	CDB db,
	int chan,
	int ref,
	CTB tb,
	int field
)

public static void TableSelectedLinesFid(
	CDB db,
	int chan,
	int ref,
	CTB tb,
	int field
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
chan
Type: SystemInt32
Output channel [<define>DB_LOCK_READWRITE</define>]
ref
Type: SystemInt32
Reference channel [<define>DB_LOCK_READONLY</define>]
tb
Type: GeoEngine.Core.GXNetCTB
Table to Use
field
Type: SystemInt32
Table field wanted
See Also