Click or drag to resize
CDBCopyData Method
This method copies the data from one channel to another on on the specified line. The data is converted if such conversion in neccessary.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
All the data in the destination channel is destroyed along with the fiducial start and increment.
Syntax
public void CopyData(
	int i1,
	int i2,
	int i3
)

Parameters

i1
Type: SystemInt32
Line
i2
Type: SystemInt32
Channel to Copy Data From
i3
Type: SystemInt32
Channel to Copy Data To
See Also