Click or drag to resize
CCHIMERAGetExpressionDataVV Method
Get data from a line using a channel expression.

Available since Oasis montaj version: 6.4.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
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.
Syntax
public static void GetExpressionDataVV(
	CDB oDB1,
	int i2,
	string str3,
	string str4,
	string str5,
	CVV oVV6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line to read
str3
Type: SystemString
geochem stage (just "raw data stage" for now).
str4
Type: SystemString
channel expression
str5
Type: SystemString
INI file name with required units (e.g. PARAMETER.CU="ppm") (optional)
oVV6
Type: GeoEngine.Core.GXNetCVV
Returned data
See Also