 | CVVGetVM Method |
Get VV data and place it in a VM. (OBSOLETE)
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetVM(
CVM vm,
int loc
)
public void GetVM(
CVM vm,
int loc
)
Public Sub GetVM (
vm As CVM,
loc As Integer
)
Public Sub GetVM (
vm As CVM,
loc As Integer
)
public:
void GetVM(
CVM^ vm,
int loc
)
public:
void GetVM(
CVM^ vm,
int loc
)
member GetVM :
vm : CVM *
loc : int -> unit
member GetVM :
vm : CVM *
loc : int -> unit
Parameters
- vm
- Type: GeoEngine.Core.GXNetXCVM
VM in which to place the data - loc
- Type: SystemInt32
Start VV location of data to get, 0 is first.
Remarks
See CopyVVtoVM_VV, which is a prefered method to move VV data
into a VM. This method is mainly provided for old compatibility.
The VM will be lengthened if required.
If the VM is longer than required, extra data past the end
of the VV will be set to dummy in the VM.
See Also