 | CGUGravityStillReadingCorrection Method |
Gravity Still Reading Correction on selected lines.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GravityStillReadingCorrection(
CDB db,
int grav_in,
int date,
int time,
string still,
int grav_out
)
public static void GravityStillReadingCorrection(
CDB db,
int grav_in,
int date,
int time,
string still,
int grav_out
)
Public Shared Sub GravityStillReadingCorrection (
db As CDB,
grav_in As Integer,
date As Integer,
time As Integer,
still As String,
grav_out As Integer
)
Public Shared Sub GravityStillReadingCorrection (
db As CDB,
grav_in As Integer,
date As Integer,
time As Integer,
still As String,
grav_out As Integer
)
public:
static void GravityStillReadingCorrection(
CDB^ db,
int grav_in,
int date,
int time,
String^ still,
int grav_out
)
public:
static void GravityStillReadingCorrection(
CDB^ db,
int grav_in,
int date,
int time,
String^ still,
int grav_out
)
static member GravityStillReadingCorrection :
db : CDB *
grav_in : int *
date : int *
time : int *
still : string *
grav_out : int -> unit
static member GravityStillReadingCorrection :
db : CDB *
grav_in : int *
date : int *
time : int *
still : string *
grav_out : int -> unit
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>] - still
- Type: SystemString
Still readings file - grav_out
- Type: SystemInt32
Output gravity channel handle [<define>DB_LOCK_READWRITE</define>]
See Also