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

Available since Oasis montaj version: 5.1.1
License: Available to anyone with an Oasis Montaj license.  

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 will be populated with the VV.
Syntax
public void PutVaChanVV(
	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 from which to get the data
i4
Type: SystemInt32
Offset
i5
Type: SystemInt32
Number to Write
See Also