Click or drag to resize
CCHIMERASetLithogeochemData Method
Set data back into 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 would normally be called after AAGetLithogeochemData_CHIMERA to write processed values back into a database, in the correct lines, and in the correct fiducial locations wrt the other data. The book-keeping VVs would all be set up in AAGetLithogeochemData_CHIMERA. Values NOT in the data (missing indices) will be initialized to dummy if the channel is new, or if the value in the last VV below is set to 1. New channel types will be set using the data VV type. Any meta data (CLASS, display formats) should be set separately.
Syntax
public static void SetLithogeochemData(
	CDB oDB1,
	CLST oLST2,
	CVV oVV3,
	CVV oVV4,
	CVV oVV5,
	CVV oVV6,
	CVV oVV7,
	CVV oVV8,
	CVV oVV9,
	CVV oVV10
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
[i] database handle
oLST2
Type: GeoEngine.Core.GXNetCLST
[i] channels of data to set
oVV3
Type: GeoEngine.Core.GXNetCVV
[i] (INT) input data - one VV handle per channel
oVV4
Type: GeoEngine.Core.GXNetCVV
[i] line symbols selected
oVV5
Type: GeoEngine.Core.GXNetCVV
[i] number of original data items in each line
oVV6
Type: GeoEngine.Core.GXNetCVV
[i] number of non-dummy rows
oVV7
Type: GeoEngine.Core.GXNetCVV
[i] indices into original data
oVV8
Type: GeoEngine.Core.GXNetCVV
[i] Fid Starts (REAL)
oVV9
Type: GeoEngine.Core.GXNetCVV
[i] Fid Increments (REAL)
oVV10
Type: GeoEngine.Core.GXNetCVV
[i] init channel values to dummies first (0:No, 1:Yes)?
See Also