Click or drag to resize

CDUUpdateIntersectDB Method

Update the Z and DZ values in an intersection database, using the current database.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void UpdateIntersectDB(
	CDB db,
	int x_chan,
	int z_chan,
	CDB int_db
)

public static void UpdateIntersectDB(
	CDB db,
	int x_chan,
	int z_chan,
	CDB int_db
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
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.GXNetCDB
Intersection database to update
Remarks
Updates the TZ, TDZ, LZ and LDZ channels at the intersections, using the current flight database.
See Also