Click or drag to resize
CDUMove Method
Move/correct a channel to a control channel.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The input channel is moved to the absolute location of the control channel.
Syntax
public static void Move(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line Handle to Apply this to
i3
Type: SystemInt32
Input channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
Control channel [DB_LOCK_READONLY]
i5
Type: SystemInt32
Result channel [DB_LOCK_READWRITE]
i6
Type: SystemInt32
See DU_MOVEConstant
See Also