Click or drag to resize
CVVSetVM Method
Set VV data from a VM. (OBSOLETE)

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
See CopyVMtoVV_VV, which is a prefered method to move VM data into a VV. This method is mainly provided for old compatibility. The VM will be lengthened if required to hold the entire VV. If the VM is longer than required, extra data past the end of the VV will be set to dummy.
Syntax
public void SetVM(
	CVM oVM1,
	int i2
)

Parameters

oVM1
Type: GeoEngine.Core.GXNetCVM
VM from which to read the data
i2
Type: SystemInt32
Start VV location of data to set, 0 is first.
See Also