Click or drag to resize

CVVCopyVVtoVM Method

Copy VV data to a VM.

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

public static void CopyVVtoVM(
	CGXNETCore gxNetShared,
	CVM vm,
	CVV vv
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vm
Type: GeoEngine.Core.GXNetXCVM
Destination VM, will be resized to length of the VV
vv
Type: GeoEngine.Core.GXNetXCVV
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