 | 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
Syntaxpublic static void CopyVVtoVM(
CGXNETCore gxNetShared,
CVM vm,
CVV vv
)
public static void CopyVVtoVM(
CGXNETCore gxNetShared,
CVM vm,
CVV vv
)
Public Shared Sub CopyVVtoVM (
gxNetShared As CGXNETCore,
vm As CVM,
vv As CVV
)
Public Shared Sub CopyVVtoVM (
gxNetShared As CGXNETCore,
vm As CVM,
vv As CVV
)
public:
static void CopyVVtoVM(
CGXNETCore^ gxNetShared,
CVM^ vm,
CVV^ vv
)
public:
static void CopyVVtoVM(
CGXNETCore^ gxNetShared,
CVM^ vm,
CVV^ vv
)
static member CopyVVtoVM :
gxNetShared : CGXNETCore *
vm : CVM *
vv : CVV -> unit
static member CopyVVtoVM :
gxNetShared : CGXNETCore *
vm : CVM *
vv : CVV -> unit
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