 | CCHIMERAGetExpressionDataVV Method |
Get data from a line using a channel expression.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetExpressionDataVV(
CDB db,
int line,
string stage,
string exp,
string ini,
CVV gvv
)
public static void GetExpressionDataVV(
CDB db,
int line,
string stage,
string exp,
string ini,
CVV gvv
)
Public Shared Sub GetExpressionDataVV (
db As CDB,
line As Integer,
stage As String,
exp As String,
ini As String,
gvv As CVV
)
Public Shared Sub GetExpressionDataVV (
db As CDB,
line As Integer,
stage As String,
exp As String,
ini As String,
gvv As CVV
)
public:
static void GetExpressionDataVV(
CDB^ db,
int line,
String^ stage,
String^ exp,
String^ ini,
CVV^ gvv
)
public:
static void GetExpressionDataVV(
CDB^ db,
int line,
String^ stage,
String^ exp,
String^ ini,
CVV^ gvv
)
static member GetExpressionDataVV :
db : CDB *
line : int *
stage : string *
exp : string *
ini : string *
gvv : CVV -> unit
static member GetExpressionDataVV :
db : CDB *
line : int *
stage : string *
exp : string *
ini : string *
gvv : CVV -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - line
- Type: SystemInt32
Line to read - stage
- Type: SystemString
Geochem stage (just "raw data stage" for now). - exp
- Type: SystemString
Channel expression - ini
- Type: SystemString
INI file name with required units (e.g. PARAMETER.CU="ppm") (optional) - gvv
- Type: GeoEngine.Core.GXNetCVV
Returned data
Remarks
Input a channel expression. Units for individual channels
are stored in the input INI. Returns a VV for the given line
with the calculated expression values.
See Also