 | CDHiModifyHoleTracesGUI2 Method |
Modify parameters for a hole traces plot to a current plan or section view.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iModifyHoleTracesGUI2(
string ini,
int plot_type,
ref int page
)
public int iModifyHoleTracesGUI2(
string ini,
int plot_type,
ref int page
)
Public Function iModifyHoleTracesGUI2 (
ini As String,
plot_type As Integer,
ByRef page As Integer
) As Integer
Public Function iModifyHoleTracesGUI2 (
ini As String,
plot_type As Integer,
ByRef page As Integer
) As Integer
public:
int iModifyHoleTracesGUI2(
String^ ini,
int plot_type,
int% page
)
public:
int iModifyHoleTracesGUI2(
String^ ini,
int plot_type,
int% page
)
member iModifyHoleTracesGUI2 :
ini : string *
plot_type : int *
page : int byref -> int
member iModifyHoleTracesGUI2 :
ini : string *
plot_type : int *
page : int byref -> int
Parameters
- ini
- Type: SystemString
Job Name - plot_type
- Type: SystemInt32
<define>DH_PLOT</define> One of <define>DH_PLOT_PLAN</define> or <define>DH_PLOT_SECTION</define> - page
- Type: SystemInt32
Page to open GUI on
Return Value
Type:
Int32
0 - Ok
-1 - User Cancelled
RemarksCurrently supports <define>DH_PLOT_PLAN</define> and <define>DH_PLOT_SECTION</define>
See Also