Click or drag to resize
CGUGravityStillReadingDatabaseCorrection Method
Gravity Still Reading Correction on selected lines, using a still readings database

Available since Oasis montaj version: 9.7
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void GravityStillReadingDatabaseCorrection(
	CGXNETCore gxNetShared,
	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

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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.GXNetXCDB
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