 | CDUTableSelectedLinesFid Method |
Place a Line/Fid information into a Channel for the selected lines in the database.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void TableSelectedLinesFid(
CDB db,
int chan,
int ref,
CTB tb,
int field
)
public static void TableSelectedLinesFid(
CDB db,
int chan,
int ref,
CTB tb,
int field
)
Public Shared Sub TableSelectedLinesFid (
db As CDB,
chan As Integer,
ref As Integer,
tb As CTB,
field As Integer
)
Public Shared Sub TableSelectedLinesFid (
db As CDB,
chan As Integer,
ref As Integer,
tb As CTB,
field As Integer
)
public:
static void TableSelectedLinesFid(
CDB^ db,
int chan,
int ref,
CTB^ tb,
int field
)
public:
static void TableSelectedLinesFid(
CDB^ db,
int chan,
int ref,
CTB^ tb,
int field
)
static member TableSelectedLinesFid :
db : CDB *
chan : int *
ref : int *
tb : CTB *
field : int -> unit
static member TableSelectedLinesFid :
db : CDB *
chan : int *
ref : int *
tb : CTB *
field : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - chan
- Type: SystemInt32
Output channel [<define>DB_LOCK_READWRITE</define>] - ref
- Type: SystemInt32
Reference channel [<define>DB_LOCK_READONLY</define>] - tb
- Type: GeoEngine.Core.GXNetCTB
Table to Use - field
- Type: SystemInt32
Table field wanted
See Also