  | CCHIMERADuplicateChem Method  | 
 Plot an ASSAY Duplicate result in a graph window.
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void DuplicateChem(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CVV vv,
	int log,
	double det_lim,
	int old,
	CVV vv_tol,
	string title,
	string unit,
	double x0,
	double y0,
	double xs,
	double ys
)
public static void DuplicateChem(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CVV vv,
	int log,
	double det_lim,
	int old,
	CVV vv_tol,
	string title,
	string unit,
	double x0,
	double y0,
	double xs,
	double ys
)
Public Shared Sub DuplicateChem ( 
	gxNetShared As CGXNETCore,
	mview As CMVIEW,
	vv As CVV,
	log As Integer,
	det_lim As Double,
	old As Integer,
	vv_tol As CVV,
	title As String,
	unit As String,
	x0 As Double,
	y0 As Double,
	xs As Double,
	ys As Double
)
Public Shared Sub DuplicateChem ( 
	gxNetShared As CGXNETCore,
	mview As CMVIEW,
	vv As CVV,
	log As Integer,
	det_lim As Double,
	old As Integer,
	vv_tol As CVV,
	title As String,
	unit As String,
	x0 As Double,
	y0 As Double,
	xs As Double,
	ys As Double
)
public:
static void DuplicateChem(
	CGXNETCore^ gxNetShared, 
	CMVIEW^ mview, 
	CVV^ vv, 
	int log, 
	double det_lim, 
	int old, 
	CVV^ vv_tol, 
	String^ title, 
	String^ unit, 
	double x0, 
	double y0, 
	double xs, 
	double ys
)
public:
static void DuplicateChem(
	CGXNETCore^ gxNetShared, 
	CMVIEW^ mview, 
	CVV^ vv, 
	int log, 
	double det_lim, 
	int old, 
	CVV^ vv_tol, 
	String^ title, 
	String^ unit, 
	double x0, 
	double y0, 
	double xs, 
	double ys
)
static member DuplicateChem : 
        gxNetShared : CGXNETCore * 
        mview : CMVIEW * 
        vv : CVV * 
        log : int * 
        det_lim : float * 
        old : int * 
        vv_tol : CVV * 
        title : string * 
        unit : string * 
        x0 : float * 
        y0 : float * 
        xs : float * 
        ys : float -> unit 
static member DuplicateChem : 
        gxNetShared : CGXNETCore * 
        mview : CMVIEW * 
        vv : CVV * 
        log : int * 
        det_lim : float * 
        old : int * 
        vv_tol : CVV * 
        title : string * 
        unit : string * 
        x0 : float * 
        y0 : float * 
        xs : float * 
        ys : float -> unit 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - mview
 - Type: GeoEngine.Core.GXNetXCMVIEW
View - vv
 - Type: GeoEngine.Core.GXNetXCVV
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.GXNetXCVV
Tolerances (1-5 values) - title
 - Type: SystemString
Title - unit
 - Type: SystemString
Unit - x0
 - Type: SystemDouble
X location (bottom left corner of graph) - y0
 - Type: SystemDouble
Y location - xs
 - Type: SystemDouble
Graph width - ys
 - Type: SystemDouble
Graph height 
See Also