Click or drag to resize
CIPGUIiModifyJob Method
Modify parameters for an IP plot.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static int iModifyJob(
	CIP oIP1,
	CDB oDB2,
	string str3,
	int i4,
	ref int i5
)

Parameters

oIP1
Type: Geosoft.Desktop.GXNetCIP
DH Handle
oDB2
Type: GeoEngine.Core.GXNetCDB
DB Handle
str3
Type: SystemString
Job Name (*.inp)
i4
Type: SystemInt32
Job type IP_PLOTConstant
i5
Type: SystemInt32
Page to open GUI on

Return Value

Type: Int32
0 - Ok -1 - User Cancelled
See Also