public static void DuplicateChemView(
	CGXNETCore gxNetShared,
	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(
	CGXNETCore gxNetShared,
	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 Shared Sub DuplicateChemView ( 
	gxNetShared As CGXNETCore,
	map As CMAP,
	view As String,
	group As String,
	ipj As CIPJ,
	vv As CVV,
	log As Integer,
	det_lim As Double,
	old As Integer,
	vv_tol As CVV,
	title As String,
	unit As String,
	vvx As CVV,
	vv_line As CVV,
	vv_fid As CVV,
	db As CDB,
	ByRef min_y As Double,
	ByRef max_y As Double
)
Public Shared Sub DuplicateChemView ( 
	gxNetShared As CGXNETCore,
	map As CMAP,
	view As String,
	group As String,
	ipj As CIPJ,
	vv As CVV,
	log As Integer,
	det_lim As Double,
	old As Integer,
	vv_tol As CVV,
	title As String,
	unit As String,
	vvx As CVV,
	vv_line As CVV,
	vv_fid As CVV,
	db As CDB,
	ByRef min_y As Double,
	ByRef max_y As Double
)
public:
static void DuplicateChemView(
	CGXNETCore^ gxNetShared, 
	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, 
	double% min_y, 
	double% max_y
)
public:
static void DuplicateChemView(
	CGXNETCore^ gxNetShared, 
	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, 
	double% min_y, 
	double% max_y
)
static member DuplicateChemView : 
        gxNetShared : CGXNETCore * 
        map : CMAP * 
        view : string * 
        group : string * 
        ipj : CIPJ * 
        vv : CVV * 
        log : int * 
        det_lim : float * 
        old : int * 
        vv_tol : CVV * 
        title : string * 
        unit : string * 
        vvx : CVV * 
        vv_line : CVV * 
        vv_fid : CVV * 
        db : CDB * 
        min_y : float byref * 
        max_y : float byref -> unit 
static member DuplicateChemView : 
        gxNetShared : CGXNETCore * 
        map : CMAP * 
        view : string * 
        group : string * 
        ipj : CIPJ * 
        vv : CVV * 
        log : int * 
        det_lim : float * 
        old : int * 
        vv_tol : CVV * 
        title : string * 
        unit : string * 
        vvx : CVV * 
        vv_line : CVV * 
        vv_fid : CVV * 
        db : CDB * 
        min_y : float byref * 
        max_y : float byref -> unit