Click or drag to resize

CVVCopyVMtoVV Method

Copy VM data to a VV.

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

public void CopyVMtoVV(
	CVM vm
)

Parameters

vm
Type: GeoEngine.Core.GXNetXCVM
Source VM
Remarks
The VV will be resized to the length of the VM.
See Also