Click or drag to resize

CACQUIREGetSelectionInfo Method

Get some information from existing selection file.

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

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