Click or drag to resize
CVVGetVM Method
Get VV data and place it in a VM. (OBSOLETE)

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
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 vm,
	int loc
)

Parameters

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