 | CACQUIREiSelectionToolForceGridSelection Method |
Run the acQuire Selection Tool, but force selection of destination grid.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iSelectionToolForceGridSelection(
string selection_file,
int mode
)
public int iSelectionToolForceGridSelection(
string selection_file,
int mode
)
Public Function iSelectionToolForceGridSelection (
selection_file As String,
mode As Integer
) As Integer
Public Function iSelectionToolForceGridSelection (
selection_file As String,
mode As Integer
) As Integer
public:
int iSelectionToolForceGridSelection(
String^ selection_file,
int mode
)
public:
int iSelectionToolForceGridSelection(
String^ selection_file,
int mode
)
member iSelectionToolForceGridSelection :
selection_file : string *
mode : int -> int
member iSelectionToolForceGridSelection :
selection_file : string *
mode : int -> int
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
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