Click or drag to resize

CGUGravityStillReadingDatabaseCorrection Method

Gravity Still Reading Correction on selected lines, using a still readings database

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GravityStillReadingDatabaseCorrection(
	CDB db,
	int grav_in,
	int date,
	int time,
	CDB stillDB,
	string station_channel,
	string date_channel,
	string time_channel,
	string readings_channel,
	int grav_out
)

public static void GravityStillReadingDatabaseCorrection(
	CDB db,
	int grav_in,
	int date,
	int time,
	CDB stillDB,
	string station_channel,
	string date_channel,
	string time_channel,
	string readings_channel,
	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>]
stillDB
Type: GeoEngine.Core.GXNetCDB
Still readings database
station_channel
Type: SystemString
station channel in still readings database
date_channel
Type: SystemString
date channel in still readings database
time_channel
Type: SystemString
time channel in still readings database
readings_channel
Type: SystemString
readings (gravity) channel in still readings database
grav_out
Type: SystemInt32
Output gravity channel handle [<define>DB_LOCK_READWRITE</define>]
See Also