Click or drag to resize

CGXNETCoreGetByteVV Method

Get a VV array of bytes.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static ByteVector GetByteVV(
	CVV hVV,
	int count
)

public static ByteVector GetByteVV(
	CVV hVV,
	int count
)

Parameters

hVV
Type: GeoEngine.Core.GXNetCVV
count
Type: SystemInt32

Return Value

Type: ByteVector
See Also