MemoryValueSetMemory Method |
Initialize or redirect memory allocated to this attribute value.
Namespace:
Demo3D.PLC.Comms.AttrDb
Assembly:
PLC (in PLC.dll) Version: 17.00.05
Syntaxpublic void SetMemory(
MemoryX newData,
DataDimensions? dimensions = null
)
Parameters
- newData
- Type: MemoryX
New memory. - dimensions (Optional)
- Type: Demo3D.PLC.Comms.AttrDbDataDimensions
New dimensions (or null to maintain existing dimensions).
See Also