MemoryPartitioningCanMerge Method |
True if merging these two areas is not strictly prohibited (ie allowing for compatible memory parameters).
Namespace:
Demo3D.PLC.Comms.Memory
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic abstract bool CanMerge(
MemoryAddress addr,
AddressArea widerArea
)
Parameters
- addr
- Type: Demo3D.PLC.CommsMemoryAddress
The first memory area. - widerArea
- Type: Demo3D.PLC.CommsAddressArea
The second memory area.
Return Value
Type:
BooleanTrue if merging these two areas is not strictly prohibited (ie allowing for compatible memory parameters).
See Also