Click or drag to resize
CEDBIGetCurrentSelection Method
Get current selection information.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Channel Name Empty if no channel Line Name "[All]" if all lines are selected Fid Range "[All]" if all values in all lines are selected "[None]" if no values are selected "10 to 20" giving the range of values.
Syntax
public void IGetCurrentSelection(
	ref string str1,
	ref string str2,
	ref string str3,
	ref string str4
)

Parameters

str1
Type: SystemString
Database name
str2
Type: SystemString
Name of Selected channel
str3
Type: SystemString
Selected lines buffer
str4
Type: SystemString
Fiducial range
See Also