 | 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
Syntaxpublic 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
)
Public Sub GetSelectionInfo (
selection_file As String,
ByRef mode As Integer,
ByRef destination_grid As Integer
)
Public Sub GetSelectionInfo (
selection_file As String,
ByRef mode As Integer,
ByRef destination_grid As Integer
)
public:
void GetSelectionInfo(
String^ selection_file,
int% mode,
int% destination_grid
)
public:
void GetSelectionInfo(
String^ selection_file,
int% mode,
int% destination_grid
)
member GetSelectionInfo :
selection_file : string *
mode : int byref *
destination_grid : int byref -> unit
member GetSelectionInfo :
selection_file : string *
mode : int byref *
destination_grid : int byref -> unit
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