Click or drag to resize

CDHiModifySectionGUI 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
Syntax
public int iModifySectionGUI(
	string ini,
	ref int page
)

public int iModifySectionGUI(
	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
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