 | CGUGravityStillReadingDatabaseCorrection Method |
Gravity Still Reading Correction on selected lines, using a still readings database
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GravityStillReadingDatabaseCorrection(
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
)
public static void GravityStillReadingDatabaseCorrection(
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
)
Public Shared Sub GravityStillReadingDatabaseCorrection (
db As CDB,
grav_in As Integer,
date As Integer,
time As Integer,
stillDB As CDB,
station_channel As String,
date_channel As String,
time_channel As String,
readings_channel As String,
grav_out As Integer
)
Public Shared Sub GravityStillReadingDatabaseCorrection (
db As CDB,
grav_in As Integer,
date As Integer,
time As Integer,
stillDB As CDB,
station_channel As String,
date_channel As String,
time_channel As String,
readings_channel As String,
grav_out As Integer
)
public:
static void GravityStillReadingDatabaseCorrection(
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
)
public:
static void GravityStillReadingDatabaseCorrection(
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
)
static member GravityStillReadingDatabaseCorrection :
db : CDB *
grav_in : int *
date : int *
time : int *
stillDB : CDB *
station_channel : string *
date_channel : string *
time_channel : string *
readings_channel : string *
grav_out : int -> unit
static member GravityStillReadingDatabaseCorrection :
db : CDB *
grav_in : int *
date : int *
time : int *
stillDB : CDB *
station_channel : string *
date_channel : string *
time_channel : string *
readings_channel : 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>] - stillDB
- Type: GeoEngine.Core.GXNetCDB
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