Click or drag to resize
CDBGetChanVV Method
Place the contents of a channel in a VV.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If a VA channel is specified, then element [0] of this VA channel is used to populated the VV.
Syntax
public void GetChanVV(
	int line,
	int chan,
	CVV vv
)

Parameters

line
Type: SystemInt32
Line
chan
Type: SystemInt32
Channel
vv
Type: GeoEngine.Core.GXNetXCVV
VV in which to place the data
See Also