AttributeDatabase Constructor |
Constructs an attribute database.
Namespace: Demo3D.PLC.Comms.AttrDbAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic AttributeDatabase(
IMemoryXAllocator? memAllocator = null
)
Parameters
- memAllocator IMemoryXAllocator (Optional)
- Allocator for attributes. (Null to use the default.)
See Also