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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 str1,
	ref int i2
)

Parameters

str1
Type: SystemString
Job Name (*.ins)
i2
Type: SystemInt32
See DH_SECT_PAGEConstant

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