Click or drag to resize

CCHIMERADuplicateChemView Method

Plot an ASSAY Duplicate result in a new view.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DuplicateChemView(
	CMAP map,
	string view,
	string group,
	CIPJ ipj,
	CVV vv,
	int log,
	double det_lim,
	int old,
	CVV vv_tol,
	string title,
	string unit,
	CVV vvx,
	CVV vv_line,
	CVV vv_fid,
	CDB db,
	ref double min_y,
	ref double max_y
)

public static void DuplicateChemView(
	CMAP map,
	string view,
	string group,
	CIPJ ipj,
	CVV vv,
	int log,
	double det_lim,
	int old,
	CVV vv_tol,
	string title,
	string unit,
	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
vv
Type: GeoEngine.Core.GXNetCVV
Duplicate data
log
Type: SystemInt32
Log-transform: 0 - linear, 1 - log
det_lim
Type: SystemDouble
Detect Limit
old
Type: SystemInt32
Number of old samples in the VV
vv_tol
Type: GeoEngine.Core.GXNetCVV
Tolerances (1-5 values)
title
Type: SystemString
Title
unit
Type: SystemString
Unit
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
See Also