 | CGUGravityStillReadingCorrection Method |
Gravity Still Reading Correction on selected lines.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void GravityStillReadingCorrection(
CGXNETCore gxNetShared,
CDB db,
int grav_in,
int date,
int time,
string still,
int grav_out
)
public static void GravityStillReadingCorrection(
CGXNETCore gxNetShared,
CDB db,
int grav_in,
int date,
int time,
string still,
int grav_out
)
Public Shared Sub GravityStillReadingCorrection (
gxNetShared As CGXNETCore,
db As CDB,
grav_in As Integer,
date As Integer,
time As Integer,
still As String,
grav_out As Integer
)
Public Shared Sub GravityStillReadingCorrection (
gxNetShared As CGXNETCore,
db As CDB,
grav_in As Integer,
date As Integer,
time As Integer,
still As String,
grav_out As Integer
)
public:
static void GravityStillReadingCorrection(
CGXNETCore^ gxNetShared,
CDB^ db,
int grav_in,
int date,
int time,
String^ still,
int grav_out
)
public:
static void GravityStillReadingCorrection(
CGXNETCore^ gxNetShared,
CDB^ db,
int grav_in,
int date,
int time,
String^ still,
int grav_out
)
static member GravityStillReadingCorrection :
gxNetShared : CGXNETCore *
db : CDB *
grav_in : int *
date : int *
time : int *
still : string *
grav_out : int -> unit
static member GravityStillReadingCorrection :
gxNetShared : CGXNETCore *
db : CDB *
grav_in : int *
date : int *
time : int *
still : string *
grav_out : int -> unit
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