Click or drag to resize

MemoryValueSetAllocator Method

Initialize the value, by setting the memory allocator.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public void SetAllocator(
	IMemoryXAllocator memAllocator
)

Parameters

memAllocator  IMemoryXAllocator
Memory allocator.
See Also