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.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void BaseData(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int in_ch,
	int time_ch,
	int out_ch,
	CTB tb
)

public static void BaseData(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int in_ch,
	int time_ch,
	int out_ch,
	CTB tb
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
line
Type: SystemInt32
Line Handle to apply correction to
in_ch
Type: SystemInt32
Input Channel Token [<define>DB_LOCK_READONLY</define>]
time_ch
Type: SystemInt32
Time Channel Token [<define>DB_LOCK_READONLY</define>]
out_ch
Type: SystemInt32
Output Channel Token [<define>DB_LOCK_READWRITE</define>]
tb
Type: GeoEngine.Core.GXNetXCTB
Table Object (a Date/Time/Correction Table)
See Also