Click or drag to resize
CDHiSliceSelectionToolGUI Method
Select a slice with the holes in context. An optional 4 point area of interest (AOI) can be added to be represented in the UI too.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public int iSliceSelectionToolGUI(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	ref double d9,
	ref double d10,
	ref double d11,
	ref double d12
)

Parameters

d1
Type: SystemDouble
1st Corner of AOI - X
d2
Type: SystemDouble
1st Corner of AOI - Y
d3
Type: SystemDouble
2nd Corner of AOI - X
d4
Type: SystemDouble
2nd Corner of AOI - Y
d5
Type: SystemDouble
3rd Corner of AOI - X
d6
Type: SystemDouble
3rd Corner of AOI - Y
d7
Type: SystemDouble
4th Corner of AOI - X
d8
Type: SystemDouble
4th Corner of AOI - Y
d9
Type: SystemDouble
Returned slice 1st point - X
d10
Type: SystemDouble
Returned slice 1st point - Y
d11
Type: SystemDouble
Returned slice 2nd point - X
d12
Type: SystemDouble
Returned slice 2nd point - Y

Return Value

Type: Int32
0 - Ok -1 - User Cancelled
See Also