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
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
All the data in the destination channel is destroyed along with the fiducial start and increment.
Syntax
public void CopyData(
	int line,
	int i_chan,
	int o_chan
)

Parameters

line
Type: SystemInt32
Line
i_chan
Type: SystemInt32
Channel to Copy Data From
o_chan
Type: SystemInt32
Channel to Copy Data To
See Also