 | 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
Syntaxpublic 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
)
Public Shared Function iModifyJob (
ip As CIP,
db As CDB,
ini As String,
plot_type As Integer,
ByRef page As Integer
) As Integer
Public Shared Function iModifyJob (
ip As CIP,
db As CDB,
ini As String,
plot_type As Integer,
ByRef page As Integer
) As Integer
public:
static int iModifyJob(
CIP^ ip,
CDB^ db,
String^ ini,
int plot_type,
int% page
)
public:
static int iModifyJob(
CIP^ ip,
CDB^ db,
String^ ini,
int plot_type,
int% page
)
static member iModifyJob :
ip : CIP *
db : CDB *
ini : string *
plot_type : int *
page : int byref -> int
static member iModifyJob :
ip : CIP *
db : CDB *
ini : string *
plot_type : int *
page : int byref -> int
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