Click or drag to resize
CVVCopyVMtoVV Method
Copy VM data to a VV.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The VV will be resized to the length of the VM.
Syntax
public void CopyVMtoVV(
	CVM oVM1
)

Parameters

oVM1
Type: GeoEngine.Core.GXNetCVM
source VM
See Also