Click or drag to resize
CDBGetVaChanVV Method
Place the contents of a specific part of a channel in a VV.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If a VA channel is specified, then element [0] of this VA channel is used to populated the VV.
Syntax
public void GetVaChanVV(
	int i1,
	int i2,
	CVV oVV3,
	int i4,
	int i5
)

Parameters

i1
Type: SystemInt32
Line
i2
Type: SystemInt32
Channel
oVV3
Type: GeoEngine.Core.GXNetCVV
VV in which to place the data
i4
Type: SystemInt32
Offset
i5
Type: SystemInt32
Number to Write
See Also