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

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

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

Parameters

vm
Type: GeoEngine.Core.GXNetXCVM
Source VM
See Also