Click or drag to resize

CEDB.IGetCurrentSelection Method (String, String, String, String)

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,
	ref string chan,
	ref string line,
	ref string fid
)

public void IGetCurrentSelection(
	ref string db,
	ref string chan,
	ref string line,
	ref string fid
)

Parameters

db
Type: System.String
Database name
chan
Type: System.String
Name of Selected channel
line
Type: System.String
Selected lines buffer
fid
Type: System.String
Fiducial range
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