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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void GravityStillReadingCorrection(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	string str5,
	int i6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Input gravity channel handle [DB_LOCK_READONLY]
i3
Type: SystemInt32
Input date channel handle [DB_LOCK_READONLY]
i4
Type: SystemInt32
Input time channel handle [DB_LOCK_READONLY]
str5
Type: SystemString
Still readings file
i6
Type: SystemInt32
Output gravity channel handle [DB_LOCK_READWRITE]
See Also