Click or drag to resize

CDUGravDrift Method

Calculate base loop closure and correct for drift.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GravDrift(
	CDB db,
	int line,
	int date,
	int time,
	int read,
	int base,
	int clos
)

public static void GravDrift(
	CDB db,
	int line,
	int date,
	int time,
	int read,
	int base,
	int clos
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line [<define>DB_LOCK_READONLY</define>]
date
Type: SystemInt32
Date [<define>DB_LOCK_READONLY</define>]
time
Type: SystemInt32
Local time (on date) [<define>DB_LOCK_READONLY</define>]
read
Type: SystemInt32
Reading [<define>DB_LOCK_READONLY</define>]
base
Type: SystemInt32
Base [<define>DB_LOCK_READWRITE</define>]
clos
Type: SystemInt32
Closure error [<define>DB_LOCK_READWRITE</define>]
See Also