 | CGXNETCoreGetByteVV Method |
Get a VV array of bytes.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static ByteVector GetByteVV(
CVV hVV,
int count
)
public static ByteVector GetByteVV(
CVV hVV,
int count
)
Public Shared Function GetByteVV (
hVV As CVV,
count As Integer
) As ByteVector
Public Shared Function GetByteVV (
hVV As CVV,
count As Integer
) As ByteVector
public:
static ByteVector^ GetByteVV(
CVV^ hVV,
int count
)
public:
static ByteVector^ GetByteVV(
CVV^ hVV,
int count
)
static member GetByteVV :
hVV : CVV *
count : int -> ByteVector
static member GetByteVV :
hVV : CVV *
count : int -> ByteVector
Parameters
- hVV
- Type: GeoEngine.Core.GXNetXCVV
- count
- Type: SystemInt32
Return Value
Type:
ByteVector
See Also