Click or drag to resize
CDUTableSelectedLinesFid Method
Place a Line/Fid information into a Channel for the selected lines in the database.

Available since Oasis montaj version: 9.1
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void TableSelectedLinesFid(
	CGXNETCore gxNetShared,
	CDB db,
	int chan,
	int ref,
	CTB tb,
	int field
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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.GXNetXCTB
Table to Use
field
Type: SystemInt32
Table field wanted
See Also