Click or drag to resize

AttributeDatabaseSetMemory Method

Redirect an attribute value's memory to a specific memory location.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void SetMemory(
	uint attributeId,
	DataDimensions dimensions,
	MemoryX? to
)

Parameters

attributeId
Type: SystemUInt32
Attribute id.
dimensions
Type: Demo3D.PLC.Comms.AttrDbDataDimensions
The attribute size.
to
Type: Demo3D.IO.ExternalMemoryX
Memory location, or null to revert to non-shared memory.
See Also