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

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 GetChanVA(
	int i1,
	int i2,
	CVA oVA3
)

Parameters

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