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

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 VM will be resized to the length of the VV. The pointer to data in the VM may move.
Syntax
public static void CopyVVtoVM(
	CVM oVM1,
	CVV oVV2
)

Parameters

oVM1
Type: GeoEngine.Core.GXNetCVM
destination VM, will be resized to length of the VV
oVV2
Type: GeoEngine.Core.GXNetCVV
source VV
See Also