Click or drag to resize
CCHIMERADuplicateChemView Method
Plot an ASSAY Duplicate result in a new view.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void DuplicateChemView(
	CMAP oMAP1,
	string str2,
	string str3,
	CIPJ oIPJ4,
	CVV oVV5,
	int i6,
	double d7,
	int i8,
	CVV oVV9,
	string str10,
	string str11,
	CVV oVV12,
	CVV oVV13,
	CVV oVV14,
	CDB oDB15,
	ref double d16,
	ref double d17
)

Parameters

oMAP1
Type: GeoEngine.Core.GXNetCMAP
Map
str2
Type: SystemString
New view name
str3
Type: SystemString
New group name
oIPJ4
Type: GeoEngine.Core.GXNetCIPJ
IPJ
oVV5
Type: GeoEngine.Core.GXNetCVV
Duplicate data
i6
Type: SystemInt32
log-transform: 0 - linear, 1 - log
d7
Type: SystemDouble
Detect Limit
i8
Type: SystemInt32
number of old samples in the VV
oVV9
Type: GeoEngine.Core.GXNetCVV
tolerances (1-5 values)
str10
Type: SystemString
Title
str11
Type: SystemString
Unit
oVV12
Type: GeoEngine.Core.GXNetCVV
VV X
oVV13
Type: GeoEngine.Core.GXNetCVV
VV Line
oVV14
Type: GeoEngine.Core.GXNetCVV
VV Fid
oDB15
Type: GeoEngine.Core.GXNetCDB
Database
d16
Type: SystemDouble
Returned MinY
d17
Type: SystemDouble
Returned MaxY
See Also