 | CDUMove Method |
Move/correct a channel to a control channel.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Move(
CDB db,
int line,
int i_ch,
int c_ch,
int o_ch,
int mode
)
public static void Move(
CDB db,
int line,
int i_ch,
int c_ch,
int o_ch,
int mode
)
Public Shared Sub Move (
db As CDB,
line As Integer,
i_ch As Integer,
c_ch As Integer,
o_ch As Integer,
mode As Integer
)
Public Shared Sub Move (
db As CDB,
line As Integer,
i_ch As Integer,
c_ch As Integer,
o_ch As Integer,
mode As Integer
)
public:
static void Move(
CDB^ db,
int line,
int i_ch,
int c_ch,
int o_ch,
int mode
)
public:
static void Move(
CDB^ db,
int line,
int i_ch,
int c_ch,
int o_ch,
int mode
)
static member Move :
db : CDB *
line : int *
i_ch : int *
c_ch : int *
o_ch : int *
mode : int -> unit
static member Move :
db : CDB *
line : int *
i_ch : int *
c_ch : int *
o_ch : int *
mode : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - line
- Type: SystemInt32
Line Handle to Apply this to - i_ch
- Type: SystemInt32
Input channel [<define>DB_LOCK_READONLY</define>] - c_ch
- Type: SystemInt32
Control channel [<define>DB_LOCK_READONLY</define>] - o_ch
- Type: SystemInt32
Result channel [<define>DB_LOCK_READWRITE</define>] - mode
- Type: SystemInt32
<define>DU_MOVE</define>
Remarks
The input channel is moved to the absolute location
of the control channel.
See Also