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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void PutChanVA(
	int i1,
	int i2,
	CVA oVA3
)

Parameters

i1
Type: SystemInt32
Line
i2
Type: SystemInt32
Channel
oVA3
Type: GeoEngine.Core.GXNetCVA
VA from which to get the data
See Also