Click or drag to resize

CVVCopyVVtoVM Method

Copy VV data to a VM.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void CopyVVtoVM(
	CVM vm,
	CVV vv
)

public static void CopyVVtoVM(
	CVM vm,
	CVV vv
)

Parameters

vm
Type: GeoEngine.Core.GXNetCVM
Destination VM, will be resized to length of the VV
vv
Type: GeoEngine.Core.GXNetCVV
Source VV
Remarks
The VM will be resized to the length of the VV. The pointer to data in the VM may move.
See Also