Click or drag to resize

CDBWindowVACh2 Method

Copy a windowed version 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 WindowVACh2(
	int line,
	int i_ch,
	int o_ch,
	CVV gvv
)

public void WindowVACh2(
	int line,
	int i_ch,
	int o_ch,
	CVV gvv
)

Parameters

line
Type: SystemInt32
Line symbol
i_ch
Type: SystemInt32
Original channel
o_ch
Type: SystemInt32
Output channel
gvv
Type: GeoEngine.Core.GXNetXCVV
VV containing 0/1 values for each channel.
Remarks
Similar to WindowVACh_DB, but the input and output channels must contain the same number of columns. The input VV tells which columns to copy over; 0 values indicate that the output column is to be dummied, and non-zero values indicate the column is to be copied. The VV length must be the same as the number of columns.
See Also