Click or drag to resize

CEDBIGetCurrentSelection Method (String, Int32, String, Int32, String, Int32, String, Int32)

Get current selection information.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
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
)

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
Remarks
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.
See Also