Click or drag to resize
CCHIMERAStandard Method
Plot ASSAY Standard 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)
Notes
If the tolerance is rDUMMY, then the minimum and maximum values are used, and must be specified.
Syntax
public static void Standard(
	CMVIEW oMVIEW1,
	CVV oVV2,
	int i3,
	double d4,
	double d5,
	double d6,
	string str7,
	string str8,
	double d9,
	double d10,
	double d11,
	double d12
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oVV2
Type: GeoEngine.Core.GXNetCVV
standard data
i3
Type: SystemInt32
number of old samples in the VV
d4
Type: SystemDouble
tolerance as a function of std dev
d5
Type: SystemDouble
minimum acceptable value
d6
Type: SystemDouble
maximum acceptable value
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