Click or drag to resize

CVVSetVM Method

Set VV data from a VM. (OBSOLETE)

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetVM(
	CVM vm,
	int loc
)

public void SetVM(
	CVM vm,
	int loc
)

Parameters

vm
Type: GeoEngine.Core.GXNetXCVM
VM from which to read the data
loc
Type: SystemInt32
Start VV location of data to set, 0 is first.
Remarks
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.
See Also