Click or drag to resize
CDBWindowVACh2 Method
Copy a windowed version of data in a channel into a new channel

Available since Oasis montaj version: 5.0.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public void WindowVACh2(
	int i1,
	int i2,
	int i3,
	CVV oVV4
)

Parameters

i1
Type: SystemInt32
Line symbol
i2
Type: SystemInt32
Original channel
i3
Type: SystemInt32
Output channel
oVV4
Type: GeoEngine.Core.GXNetCVV
VV containing 0/1 values for each channel.
See Also