Click or drag to resize
CCHIMERADuplicateChem Method
Plot an ASSAY Duplicate result in a graph window.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void DuplicateChem(
	CMVIEW oMVIEW1,
	CVV oVV2,
	int i3,
	double d4,
	int i5,
	CVV oVV6,
	string str7,
	string str8,
	double d9,
	double d10,
	double d11,
	double d12
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oVV2
Type: GeoEngine.Core.GXNetCVV
Duplicate data
i3
Type: SystemInt32
log-transform: 0 - linear, 1 - log
d4
Type: SystemDouble
Detect Limit
i5
Type: SystemInt32
number of old samples in the VV
oVV6
Type: GeoEngine.Core.GXNetCVV
tolerances (1-5 values)
str7
Type: SystemString
Title
str8
Type: SystemString
Unit
d9
Type: SystemDouble
X location (bottom left corner of graph)
d10
Type: SystemDouble
Y location
d11
Type: SystemDouble
graph width
d12
Type: SystemDouble
graph height
See Also