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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void TableSelectedLinesFid(
	CDB oDB1,
	int i2,
	int i3,
	CTB oTB4,
	int i5
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Output channel [DB_LOCK_READWRITE]
i3
Type: SystemInt32
Reference channel [DB_LOCK_READONLY]
oTB4
Type: GeoEngine.Core.GXNetCTB
Table to Use
i5
Type: SystemInt32
Table field wanted
See Also