Click or drag to resize

AttributeDatabase Constructor

Constructs an attribute database.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public AttributeDatabase(
	IMemoryXAllocator? memAllocator = null
)

Parameters

memAllocator  IMemoryXAllocator  (Optional)
Allocator for attributes. (Null to use the default.)
See Also