Click or drag to resize
CIPExportUBCIPControlV5 Method
Export a control file for using in the UBC IPINV2D programme.

Available since Oasis montaj version: 8.1.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
UBC Version 5 Control file.
Syntax
public static void ExportUBCIPControlV5(
	string str1,
	int i2,
	double d3,
	string str4,
	string str5,
	int i6,
	string str7,
	int i8,
	string str9,
	int i10,
	string str11,
	int i12,
	string str13,
	int i14,
	string str15,
	string str16
)

Parameters

str1
Type: SystemString
Output control file name
i2
Type: SystemInt32
niter
d3
Type: SystemDouble
chifact
str4
Type: SystemString
RES obs file
str5
Type: SystemString
topography file (required)
i6
Type: SystemInt32
Conductivity type IP_UBC_CONTROLConstant FILE or VALUE
str7
Type: SystemString
Conductivity file (can be "") or value
i8
Type: SystemInt32
Mesh type IP_UBC_CONTROLConstant FILE, VALUE or DEFAULT
str9
Type: SystemString
mesh file (can be "") or value
i10
Type: SystemInt32
Initial model type IP_UBC_CONTROLConstant FILE, VALUE or DEFAULT
str11
Type: SystemString
initial model file (can be "") or value
i12
Type: SystemInt32
Reference model type IP_UBC_CONTROLConstant FILE, VALUE or DEFAULT
str13
Type: SystemString
reference model file (can be "") or value(
i14
Type: SystemInt32
Alphas type IP_UBC_CONTROLConstant FILE, VALUE, LENGTH or DEFAULT
str15
Type: SystemString
alphas file (can be ""), value or length
str16
Type: SystemString
weights file
See Also