Click or drag to resize
CCHIMERAStandardView Method
Plot ASSAY Standard result in a graph window.

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)
Notes
Same as Standard_CHIMERA but plot in a new view.
Syntax
public static void StandardView(
	CMAP oMAP1,
	string str2,
	string str3,
	CIPJ oIPJ4,
	CVV oVV5,
	int i6,
	double d7,
	double d8,
	double d9,
	string str10,
	string str11,
	double d12,
	CVV oVV13,
	CVV oVV14,
	CVV oVV15,
	CDB oDB16,
	ref double d17,
	ref double d18
)

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
standard data (VV Y)
i6
Type: SystemInt32
number of old samples in the VV
d7
Type: SystemDouble
tolerance as a function of std dev
d8
Type: SystemDouble
minimum acceptable value
d9
Type: SystemDouble
maximum acceptable value
str10
Type: SystemString
Title
str11
Type: SystemString
Unit
d12
Type: SystemDouble
Size X
oVV13
Type: GeoEngine.Core.GXNetCVV
VV X
oVV14
Type: GeoEngine.Core.GXNetCVV
VV Line
oVV15
Type: GeoEngine.Core.GXNetCVV
VV Fid
oDB16
Type: GeoEngine.Core.GXNetCDB
Database
d17
Type: SystemDouble
Returned MinY
d18
Type: SystemDouble
Returned MaxY
See Also