Click or drag to resize
CCHIMERASetLithogeochemData Method
Set data back into a database.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 metadata (CLASS, display formats) should be set separately.
Syntax
public static void SetLithogeochemData(
	CGXNETCore gxNetShared,
	CDB db,
	CLST lst,
	CVV vv_d,
	CVV vv_line,
	CVV vv_n,
	CVV vv_used,
	CVV vv_index,
	CVV vv_fids,
	CVV vv_fidi,
	CVV vv_dummy
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
[i] database handle
lst
Type: GeoEngine.Core.GXNetXCLST
[i] channels of data to set
vv_d
Type: GeoEngine.Core.GXNetXCVV
[i] (INT) input data - one VV handle per channel
vv_line
Type: GeoEngine.Core.GXNetXCVV
[i] line symbols selected
vv_n
Type: GeoEngine.Core.GXNetXCVV
[i] number of original data items in each line
vv_used
Type: GeoEngine.Core.GXNetXCVV
[i] number of non-dummy rows
vv_index
Type: GeoEngine.Core.GXNetXCVV
[i] indices into original data
vv_fids
Type: GeoEngine.Core.GXNetXCVV
[i] Fid Starts (REAL)
vv_fidi
Type: GeoEngine.Core.GXNetXCVV
[i] Fid Increments (REAL)
vv_dummy
Type: GeoEngine.Core.GXNetXCVV
[i] init channel values to dummies first (0:No, 1:Yes)?
See Also