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
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Updates the TZ, TDZ, LZ and LDZ channels at the intersections, using the current flight database.
Syntax
public static void UpdateIntersectDB(
	CGXNETCore gxNetShared,
	CDB db,
	int x_chan,
	int z_chan,
	CDB int_db
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Flight Database Object
x_chan
Type: SystemInt32
X Channel [<define>DB_LOCK_READONLY</define>] (for location info)
z_chan
Type: SystemInt32
Z Channel [<define>DB_LOCK_READONLY</define>]
int_db
Type: GeoEngine.Core.GXNetXCDB
Intersection database to update
See Also