Click or drag to resize

CDUMove Method

Move/correct a channel to a control channel.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void Move(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int i_ch,
	int c_ch,
	int o_ch,
	int mode
)

public static void Move(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int i_ch,
	int c_ch,
	int o_ch,
	int mode
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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