Click or drag to resize

AttributeDatabase Constructor

Constructs an attribute database.

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

Parameters

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