Click or drag to resize

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

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