 | CDBWindowVACh Method |
Copy a window of data in a channel into a new channel
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void WindowVACh(
int line,
int i_ch,
int o_ch,
int col_s,
int col_e
)
public void WindowVACh(
int line,
int i_ch,
int o_ch,
int col_s,
int col_e
)
Public Sub WindowVACh (
line As Integer,
i_ch As Integer,
o_ch As Integer,
col_s As Integer,
col_e As Integer
)
Public Sub WindowVACh (
line As Integer,
i_ch As Integer,
o_ch As Integer,
col_s As Integer,
col_e As Integer
)
public:
void WindowVACh(
int line,
int i_ch,
int o_ch,
int col_s,
int col_e
)
public:
void WindowVACh(
int line,
int i_ch,
int o_ch,
int col_s,
int col_e
)
member WindowVACh :
line : int *
i_ch : int *
o_ch : int *
col_s : int *
col_e : int -> unit
member WindowVACh :
line : int *
i_ch : int *
o_ch : int *
col_s : int *
col_e : int -> unit
Parameters
- line
- Type: SystemInt32
Line symbol - i_ch
- Type: SystemInt32
Original channel - o_ch
- Type: SystemInt32
Output channel - col_s
- Type: SystemInt32
Start column number to copy, 0 is first column - col_e
- Type: SystemInt32
End column number to copy
Remarks
This function normally used for VA channels. A copy of the
original channel will be made if start and end column
numbers to copy are dummies.
All the columns including start and end columns will be copied
See Also