Click or drag to resize

MemoryValueSetMemory Method

Initialize or redirect memory allocated to this attribute value.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public void SetMemory(
	MemoryX newData,
	DataDimensions? dimensions = null
)

Parameters

newData  MemoryX
New memory.
dimensions  DataDimensions  (Optional)
New dimensions (or null to maintain existing dimensions).
See Also