Click or drag to resize
CGUGravityStillReadingCorrection Method
Gravity Still Reading Correction on selected lines.

Available since Oasis montaj version: 8.5
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 GravityStillReadingCorrection(
	CGXNETCore gxNetShared,
	CDB db,
	int grav_in,
	int date,
	int time,
	string still,
	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>]
still
Type: SystemString
Still readings file
grav_out
Type: SystemInt32
Output gravity channel handle [<define>DB_LOCK_READWRITE</define>]
See Also