 | CACQUIRE.iSelectionTool Method |
Run the acQuire Selection Tool.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iSelectionTool(
string selection_file,
int mode
)
public int iSelectionTool(
string selection_file,
int mode
)
Public Function iSelectionTool (
selection_file As String,
mode As Integer
) As Integer
Public Function iSelectionTool (
selection_file As String,
mode As Integer
) As Integer
public:
int iSelectionTool(
String^ selection_file,
int mode
)
public:
int iSelectionTool(
String^ selection_file,
int mode
)
member iSelectionTool :
selection_file : string *
mode : int -> int
member iSelectionTool :
selection_file : string *
mode : int -> int
Parameters
- selection_file
- Type: System.String
Selection File Name - mode
- Type: System.Int32
<define>ACQUIRE_SEL</define>
Return Value
Type:
Int32
0 - Ok
1 - if user cancels
Remarks
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.
See Also