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.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void CopyData(
	int line,
	int i_chan,
	int o_chan
)

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
Remarks
All the data in the destination channel is destroyed along with the fiducial start and increment.
See Also