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

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 PutChanVA(
	int line,
	int chan,
	CVA va
)

Parameters

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