 | CCHIMERASetLithogeochemData Method |
Set data back into a database.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SetLithogeochemData(
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
)
public static void SetLithogeochemData(
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
)
Public Shared Sub SetLithogeochemData (
db As CDB,
lst As CLST,
vv_d As CVV,
vv_line As CVV,
vv_n As CVV,
vv_used As CVV,
vv_index As CVV,
vv_fids As CVV,
vv_fidi As CVV,
vv_dummy As CVV
)
Public Shared Sub SetLithogeochemData (
db As CDB,
lst As CLST,
vv_d As CVV,
vv_line As CVV,
vv_n As CVV,
vv_used As CVV,
vv_index As CVV,
vv_fids As CVV,
vv_fidi As CVV,
vv_dummy As CVV
)
public:
static void SetLithogeochemData(
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
)
public:
static void SetLithogeochemData(
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
)
static member SetLithogeochemData :
db : CDB *
lst : CLST *
vv_d : CVV *
vv_line : CVV *
vv_n : CVV *
vv_used : CVV *
vv_index : CVV *
vv_fids : CVV *
vv_fidi : CVV *
vv_dummy : CVV -> unit
static member SetLithogeochemData :
db : CDB *
lst : CLST *
vv_d : CVV *
vv_line : CVV *
vv_n : CVV *
vv_used : CVV *
vv_index : CVV *
vv_fids : CVV *
vv_fidi : CVV *
vv_dummy : CVV -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
[i] database handle - lst
- Type: GeoEngine.Core.GXNetCLST
[i] channels of data to set - vv_d
- Type: GeoEngine.Core.GXNetCVV
[i] (INT) input data - one VV handle per channel - vv_line
- Type: GeoEngine.Core.GXNetCVV
[i] line symbols selected - vv_n
- Type: GeoEngine.Core.GXNetCVV
[i] number of original data items in each line - vv_used
- Type: GeoEngine.Core.GXNetCVV
[i] number of non-dummy rows - vv_index
- Type: GeoEngine.Core.GXNetCVV
[i] indices into original data - vv_fids
- Type: GeoEngine.Core.GXNetCVV
[i] Fid Starts (REAL) - vv_fidi
- Type: GeoEngine.Core.GXNetCVV
[i] Fid Increments (REAL) - vv_dummy
- Type: GeoEngine.Core.GXNetCVV
[i] init channel values to dummies first (0:No, 1:Yes)?
Remarks
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.
See Also