 | 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
Syntaxpublic void SetVM(
CVM vm,
int loc
)
public void SetVM(
CVM vm,
int loc
)
Public Sub SetVM (
vm As CVM,
loc As Integer
)
Public Sub SetVM (
vm As CVM,
loc As Integer
)
public:
void SetVM(
CVM^ vm,
int loc
)
public:
void SetVM(
CVM^ vm,
int loc
)
member SetVM :
vm : CVM *
loc : int -> unit
member SetVM :
vm : CVM *
loc : int -> unit
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