Click or drag to resize
CEDBIGetCurrentSelection Method (String, Int32, String, Int32, String, Int32, String, Int32)
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,
	int db_size,
	ref string chan,
	int chan_size,
	ref string line,
	int line_size,
	ref string fid,
	int fid_size
)

Parameters

db
Type: SystemString
Database name
db_size
Type: SystemInt32
Length of the database name
chan
Type: SystemString
Name of Selected channel
chan_size
Type: SystemInt32
Length of the channel name
line
Type: SystemString
Selected lines buffer
line_size
Type: SystemInt32
Length of the lines buffer
fid
Type: SystemString
Fiducial range
fid_size
Type: SystemInt32
Length of the range buffer
See Also