 | 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
Syntaxpublic 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
)
Public Shared Sub UpdateIntersectDB (
db As CDB,
x_chan As Integer,
z_chan As Integer,
int_db As CDB
)
Public Shared Sub UpdateIntersectDB (
db As CDB,
x_chan As Integer,
z_chan As Integer,
int_db As CDB
)
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
)
static member UpdateIntersectDB :
db : CDB *
x_chan : int *
z_chan : int *
int_db : CDB -> unit
static member UpdateIntersectDB :
db : CDB *
x_chan : int *
z_chan : int *
int_db : CDB -> unit
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