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