 | CDHiModifyStackedSectionGUI Method |
Modify parameters for a section plot.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iModifyStackedSectionGUI(
string ini,
ref int page
)
public int iModifyStackedSectionGUI(
string ini,
ref int page
)
Public Function iModifyStackedSectionGUI (
ini As String,
ByRef page As Integer
) As Integer
Public Function iModifyStackedSectionGUI (
ini As String,
ByRef page As Integer
) As Integer
public:
int iModifyStackedSectionGUI(
String^ ini,
int% page
)
public:
int iModifyStackedSectionGUI(
String^ ini,
int% page
)
member iModifyStackedSectionGUI :
ini : string *
page : int byref -> int
member iModifyStackedSectionGUI :
ini : string *
page : int byref -> int
Parameters
- ini
- Type: SystemString
Job Name (*.ins) - page
- Type: SystemInt32
<define>DH_SECT_PAGE</define>
Return Value
Type:
Int32
0 - Ok
1 - Interactively define a NS section
2 - Interactively define an EW section
3 - Interactively define an angled section
-1 - User Cancelled
Remarks
The stacked section function uses the same control file
format, but the plotting of profiles and plan views is
disabled, and if multiple sections are requested, they
are plotted in a stack on the left side of the same map,
not to individual maps.
See Also