Click or drag to resize
CACQUIREiSelectionTool Method
Run the acQuire Selection Tool.

Available since Oasis montaj version: 6.0.1
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The selection file will be loaded (if present) and then the user can make selections then the selections are saved back in the selection file.
Syntax
public int iSelectionTool(
	string selection_file,
	int mode
)

Parameters

selection_file
Type: SystemString
Selection File Name
mode
Type: SystemInt32
<define>ACQUIRE_SEL</define>

Return Value

Type: Int32
0 - Ok 1 - if user cancels
See Also