Click or drag to resize
CDBPutChanVV Method
Place the contents of a VV 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)
Notes
If a VA channel is specified, then element [0] of this VA channel will be populated with the VV. There is a limit of 2000 elements for non-licensed users.
Syntax
public void PutChanVV(
	int i1,
	int i2,
	CVV oVV3
)

Parameters

i1
Type: SystemInt32
Line
i2
Type: SystemInt32
Channel
oVV3
Type: GeoEngine.Core.GXNetCVV
VV from which to get the data
See Also