Click or drag to resize
CCHIMERAGetLithogeochemData Method
Get all rows of non-dummy data in a database.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
This function is a quick way to get all rows of data, guaranteeing no dummy items. Book-keeping VVs returned let you easily write back results to new channels in the correct locations. Set the "Dummy Row" VV to 1 if you wish to remove any row where a value for the corresponding channel is a dummy. Transforms to apply: -1 - Channel default (will be either raw or log) 0 - Raw Transform 1 - Log transform: base e with log min = CHIMERA_LOG_MIN 2 - Lambda transform
Syntax
public static void GetLithogeochemData(
	CDB oDB1,
	CLST oLST2,
	int i3,
	CVV oVV4,
	int i5,
	CVV oVV6,
	int i7,
	CVV oVV8,
	CVV oVV9,
	CVV oVV10,
	CVV oVV11,
	CVV oVV12,
	CVV oVV13,
	CVV oVV14
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
[i] database handle
oLST2
Type: GeoEngine.Core.GXNetCLST
[i] channels of data to get
i3
Type: SystemInt32
[i] mask channel (can be NULLSYMB)
oVV4
Type: GeoEngine.Core.GXNetCVV
[i] transforms to apply
i5
Type: SystemInt32
[i] remove dummy rows?
oVV6
Type: GeoEngine.Core.GXNetCVV
[i] dummy row if this channel value is dummy (0:No, 1:Yes)? Effective only if "remove dummy rows" value is TRUE
i7
Type: SystemInt32
[i] warn if rows removed because of dummy data items?
oVV8
Type: GeoEngine.Core.GXNetCVV
[o] (INT) returned data - one VV handle per channel
oVV9
Type: GeoEngine.Core.GXNetCVV
[o] line symbols selected
oVV10
Type: GeoEngine.Core.GXNetCVV
[o] number of original data items in each line
oVV11
Type: GeoEngine.Core.GXNetCVV
[o] number of non-dummy rows
oVV12
Type: GeoEngine.Core.GXNetCVV
[o] indices into original data
oVV13
Type: GeoEngine.Core.GXNetCVV
[o] Fid Starts (REAL)
oVV14
Type: GeoEngine.Core.GXNetCVV
[o] Fid Increments (REAL)
See Also