Click or drag to resize
CDUTableLook1 Method
Create a new channel using a single reference table

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Fails if table does not contain requested fields. The nominal data sample spacing for the CLOSE options is calculated by finding the fiducial increment the - primary index channel for Lookup1C_DU; - secondary index channel for Lookup2C_DU, LookupIValC_DU and LookupRValC_DU
Syntax
public static void TableLook1(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	string str5,
	string str6,
	int i7,
	double d8,
	CTB oTB9
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line Handle
i3
Type: SystemInt32
Lookup reference channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
Output Channel Token [DB_LOCK_READWRITE]
str5
Type: SystemString
Reference field name in table
str6
Type: SystemString
Lookup output name in table
i7
Type: SystemInt32
See DU_LOOKUPConstant
d8
Type: SystemDouble
CLOSE lookup distance. If 0.0, distance is calculated from lookup reference channel.
oTB9
Type: GeoEngine.Core.GXNetCTB
TB table Object
See Also