Click or drag to resize

CCHIMERAStandardView Method

Plot ASSAY Standard result in a graph window.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void StandardView(
	CMAP map,
	string view,
	string group,
	CIPJ ipj,
	CVV vvy,
	int old,
	double tol,
	double min,
	double max,
	string title,
	string unit,
	double xs,
	CVV vvx,
	CVV vv_line,
	CVV vv_fid,
	CDB db,
	ref double min_y,
	ref double max_y
)

public static void StandardView(
	CMAP map,
	string view,
	string group,
	CIPJ ipj,
	CVV vvy,
	int old,
	double tol,
	double min,
	double max,
	string title,
	string unit,
	double xs,
	CVV vvx,
	CVV vv_line,
	CVV vv_fid,
	CDB db,
	ref double min_y,
	ref double max_y
)

Parameters

map
Type: GeoEngine.Core.GXNetCMAP
Map
view
Type: SystemString
New view name
group
Type: SystemString
New group name
ipj
Type: GeoEngine.Core.GXNetCIPJ
vvy
Type: GeoEngine.Core.GXNetCVV
Standard data (VV Y)
old
Type: SystemInt32
Number of old samples in the VV
tol
Type: SystemDouble
Tolerance as a function of std dev
min
Type: SystemDouble
Minimum acceptable value
max
Type: SystemDouble
Maximum acceptable value
title
Type: SystemString
Title
unit
Type: SystemString
Unit
xs
Type: SystemDouble
Size X
vvx
Type: GeoEngine.Core.GXNetCVV
VV X
vv_line
Type: GeoEngine.Core.GXNetCVV
VV Line
vv_fid
Type: GeoEngine.Core.GXNetCVV
VV Fid
db
Type: GeoEngine.Core.GXNetCDB
Database
min_y
Type: SystemDouble
Returned MinY
max_y
Type: SystemDouble
Returned MaxY
Remarks
Same as Standard_CHIMERA but plot in a new view.
See Also