Click or drag to resize

CIPGUIiModifyJob Method

Modify parameters for an IP plot.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iModifyJob(
	CIP ip,
	CDB db,
	string ini,
	int plot_type,
	ref int page
)

public static int iModifyJob(
	CIP ip,
	CDB db,
	string ini,
	int plot_type,
	ref int page
)

Parameters

ip
Type: Geosoft.Desktop.GXNetCIP
DH Handle
db
Type: GeoEngine.Core.GXNetCDB
DB Handle
ini
Type: SystemString
Job Name (*.inp)
plot_type
Type: SystemInt32
Job type <define>IP_PLOT</define>
page
Type: SystemInt32
Page to open GUI on

Return Value

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