Click or drag to resize
CVVGetVM Method
Get VV data and place it in 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 CopyVVtoVM_VV, which is a prefered method to move VV data into a VM. This method is mainly provided for old compatibility. The VM will be lengthened if required. If the VM is longer than required, extra data past the end of the VV will be set to dummy in the VM.
Syntax
public void GetVM(
	CVM oVM1,
	int i2
)

Parameters

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