Click or drag to resize
CDHiModifyStackedSectionGUI Method
Modify parameters for a section plot.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public int iModifyStackedSectionGUI(
	string ini,
	ref int page
)

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
See Also