Click or drag to resize
CDUUpdateIntersectDB Method
Update the Z and DZ values in an intersection database, using the current database.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Updates the TZ, TDZ, LZ and LDZ channels at the intersections, using the current flight database.
Syntax
public static void UpdateIntersectDB(
	CDB oDB1,
	int i2,
	int i3,
	CDB oDB4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Flight Database Object
i2
Type: SystemInt32
X Channel [DB_LOCK_READONLY] (for location info)
i3
Type: SystemInt32
Z Channel [DB_LOCK_READONLY]
oDB4
Type: GeoEngine.Core.GXNetCDB
Intersection database to update
See Also