Click or drag to resize
CDUBaseDataEx Method
This method corrects an entire database line using a time-based correction table. It is given 2 input channel tokens and 1 output channel token as well as the table object to use (table sort flag=1 for sort, =0 for no sort).

Available since Oasis montaj version: 5.1.8
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 BaseDataEx(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	CTB oTB6,
	int i7
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line Handle to apply correction to
i3
Type: SystemInt32
Input Channel Token [DB_LOCK_READONLY]
i4
Type: SystemInt32
Time Channel Token [DB_LOCK_READONLY]
i5
Type: SystemInt32
Output Channel Token [DB_LOCK_READWRITE]
oTB6
Type: GeoEngine.Core.GXNetCTB
Table Object (a Date/Time/Correction Table)
i7
Type: SystemInt32
Table sort flag: 0 - do not sort, 1 - do sort.
See Also