 | 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
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