Click or drag to resize

MemoryValue Constructor

Constructs an attribute value.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public MemoryValue(
	uint attributeId,
	DataDimensions dimensions,
	IMemoryXAllocator? memAllocator = null,
	MemoryX? memory = null
)

Parameters

attributeId
Type: SystemUInt32
The attribute id.
dimensions
Type: Demo3D.PLC.Comms.AttrDbDataDimensions
Initial dimensions.
memAllocator (Optional)
Type: IMemoryXAllocator
Memory allocator (to allow allocating and re-sizing of values).
memory (Optional)
Type: Demo3D.IO.ExternalMemoryX
Initial memory location (or null to delay initialization).
See Also