Click or drag to resize
CDUGravTide Method
Calculate earth tide gravity correction.

Available since Oasis montaj version: 5.0.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 GravTide(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	double d7,
	int i8
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
database
i2
Type: SystemInt32
line
i3
Type: SystemInt32
lat [DB_LOCK_READONLY]
i4
Type: SystemInt32
long [DB_LOCK_READONLY]
i5
Type: SystemInt32
date [DB_LOCK_READONLY]
i6
Type: SystemInt32
local time (on date) [DB_LOCK_READONLY]
d7
Type: SystemDouble
GMT difference (added to time to give GMT)
i8
Type: SystemInt32
calculated tide [DB_LOCK_READWRITE]
See Also