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