 | CGXNETCoreGetByteVM Method |
Get a VM array of bytes.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static ByteVector GetByteVM(
CVM hVM,
int count
)
public static ByteVector GetByteVM(
CVM hVM,
int count
)
Public Shared Function GetByteVM (
hVM As CVM,
count As Integer
) As ByteVector
Public Shared Function GetByteVM (
hVM As CVM,
count As Integer
) As ByteVector
public:
static ByteVector^ GetByteVM(
CVM^ hVM,
int count
)
public:
static ByteVector^ GetByteVM(
CVM^ hVM,
int count
)
static member GetByteVM :
hVM : CVM *
count : int -> ByteVector
static member GetByteVM :
hVM : CVM *
count : int -> ByteVector
Parameters
- hVM
- Type: GeoEngine.Core.GXNetXCVM
- count
- Type: SystemInt32
Return Value
Type:
ByteVector
See Also