Click or drag to resize
CDBGetChanVA Method
Place the contents of a channel in a VA.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetChanVA(
	int line,
	int chan,
	CVA va
)

Parameters

line
Type: SystemInt32
Line
chan
Type: SystemInt32
Channel
va
Type: GeoEngine.Core.GXNetXCVA
VA in which to place the data
See Also