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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vm
Type: GeoEngine.Core.GXNetXCVM
Destination VM, will be resized to length of the VV
vv
Type: GeoEngine.Core.GXNetXCVV
Source VV
See Also