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: 15.0.2.11458
Syntax
C#
public void SetMemory(
	MemoryX newData,
	DataDimensions? dimensions = null
)

Parameters

newData
Type: Demo3D.IO.ExternalMemoryX
New memory.
dimensions (Optional)
Type: Demo3D.PLC.Comms.AttrDbDataDimensions
New dimensions (or null to maintain existing dimensions).
See Also