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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	string stage,
	string exp,
	string ini,
	CVV gvv
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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.GXNetXCVV
Returned data
See Also