Click or drag to resize

CGXNETCoreGetByteVM Method

Get a VM 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 GetByteVM(
	CVM hVM,
	int count
)

public static ByteVector GetByteVM(
	CVM hVM,
	int count
)

Parameters

hVM
Type: GeoEngine.Core.GXNetCVM
count
Type: SystemInt32

Return Value

Type: ByteVector
See Also