Click or drag to resize

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
Syntax
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
)

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