 | 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
Syntaxpublic 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
)
Public Sub IGetCurrentSelection (
ByRef db As String,
ByRef chan As String,
ByRef line As String,
ByRef fid As String
)
Public Sub IGetCurrentSelection (
ByRef db As String,
ByRef chan As String,
ByRef line As String,
ByRef fid As String
)
public:
void IGetCurrentSelection(
String^% db,
String^% chan,
String^% line,
String^% fid
)
public:
void IGetCurrentSelection(
String^% db,
String^% chan,
String^% line,
String^% fid
)
member IGetCurrentSelection :
db : string byref *
chan : string byref *
line : string byref *
fid : string byref -> unit
member IGetCurrentSelection :
db : string byref *
chan : string byref *
line : string byref *
fid : string byref -> unit
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