Click or drag to resize
CACQUIREGetSelectionInfo Method
Get some information from existing selection file.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void GetSelectionInfo(
	string selection_file,
	ref int mode,
	ref int destination_grid
)

Parameters

selection_file
Type: SystemString
Selection File Name
mode
Type: SystemInt32
<define>ACQUIRE_SEL</define>
destination_grid
Type: SystemInt32
0 - Destination grid was not selected 1 - Destination grid was selected
See Also