  | 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.GXNet
    Assembly:
   geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntaxpublic void CopyData(
	int line,
	int i_chan,
	int o_chan
)
public void CopyData(
	int line,
	int i_chan,
	int o_chan
)
Public Sub CopyData ( 
	line As Integer,
	i_chan As Integer,
	o_chan As Integer
)
Public Sub CopyData ( 
	line As Integer,
	i_chan As Integer,
	o_chan As Integer
)
public:
void CopyData(
	int line, 
	int i_chan, 
	int o_chan
)
public:
void CopyData(
	int line, 
	int i_chan, 
	int o_chan
)
member CopyData : 
        line : int * 
        i_chan : int * 
        o_chan : int -> unit 
member CopyData : 
        line : int * 
        i_chan : int * 
        o_chan : int -> unit 
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