Click or drag to resize

ByteVector Constructor

Default constructor

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public ByteVector(
	IntPtr arrayPtr,
	int count
)

public ByteVector(
	IntPtr arrayPtr,
	int count
)

Parameters

arrayPtr
Type: SystemIntPtr
count
Type: SystemInt32
See Also