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
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public int iSliceSelectionToolGUI(
	double aoix1,
	double aoiy1,
	double aoix2,
	double aoiy2,
	double aoix3,
	double aoiy3,
	double aoix4,
	double aoiy4,
	ref double x1,
	ref double y1,
	ref double x2,
	ref double y2
)

Parameters

aoix1
Type: SystemDouble
1st Corner of AOI - X
aoiy1
Type: SystemDouble
1st Corner of AOI - Y
aoix2
Type: SystemDouble
2nd Corner of AOI - X
aoiy2
Type: SystemDouble
2nd Corner of AOI - Y
aoix3
Type: SystemDouble
3rd Corner of AOI - X
aoiy3
Type: SystemDouble
3rd Corner of AOI - Y
aoix4
Type: SystemDouble
4th Corner of AOI - X
aoiy4
Type: SystemDouble
4th Corner of AOI - Y
x1
Type: SystemDouble
Returned slice 1st point - X
y1
Type: SystemDouble
Returned slice 1st point - Y
x2
Type: SystemDouble
Returned slice 2nd point - X
y2
Type: SystemDouble
Returned slice 2nd point - Y

Return Value

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