Click or drag to resize
CDUBaseData 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.

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)
Syntax
public static void BaseData(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	CTB oTB6
)

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)
See Also