Click or drag to resize

CDUUpdateIntersectDB Method

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

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void UpdateIntersectDB(
	CGXNETCore gxNetShared,
	CDB db,
	int x_chan,
	int z_chan,
	CDB int_db
)

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
Remarks
Updates the TZ, TDZ, LZ and LDZ channels at the intersections, using the current flight database.
See Also