Click or drag to resize

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
Syntax
public int iSelectionToolForceGridSelection(
	string selection_file,
	int mode
)

public int iSelectionToolForceGridSelection(
	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
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