Constructs an attribute value.
Namespace: Demo3D.PLC.Comms.AttrDbAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic MemoryValue(
uint attributeId,
DataDimensions dimensions,
IMemoryXAllocator? memAllocator = null,
MemoryX? memory = null
)
Parameters
- attributeId UInt32
- The attribute id.
- dimensions DataDimensions
- Initial dimensions.
- memAllocator IMemoryXAllocator (Optional)
- Memory allocator (to allow allocating and re-sizing of values).
- memory MemoryX (Optional)
- Initial memory location (or null to delay initialization).
See Also