Click or drag to resize

CGUGravityStillReadingCorrection Method

Gravity Still Reading Correction on selected lines.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GravityStillReadingCorrection(
	CDB db,
	int grav_in,
	int date,
	int time,
	string still,
	int grav_out
)

public static void GravityStillReadingCorrection(
	CDB db,
	int grav_in,
	int date,
	int time,
	string still,
	int grav_out
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
grav_in
Type: SystemInt32
Input gravity channel handle [<define>DB_LOCK_READONLY</define>]
date
Type: SystemInt32
Input date channel handle [<define>DB_LOCK_READONLY</define>]
time
Type: SystemInt32
Input time channel handle [<define>DB_LOCK_READONLY</define>]
still
Type: SystemString
Still readings file
grav_out
Type: SystemInt32
Output gravity channel handle [<define>DB_LOCK_READWRITE</define>]
See Also