Click or drag to resize
CEDBIGetCurrentSelection Method (String, String, String, String)
Get current selection information.

Available since Oasis montaj version: 5.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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 db,
	ref string chan,
	ref string line,
	ref string fid
)

Parameters

db
Type: SystemString
Database name
chan
Type: SystemString
Name of Selected channel
line
Type: SystemString
Selected lines buffer
fid
Type: SystemString
Fiducial range
See Also