Return the smallest addressable area that contains this addressable area and 'other'.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic AddressArea Merge(
AddressArea other
)
Parameters
- other AddressArea
- The addressable area to merge.
Return Value
AddressAreaThe smallest addressable area that contains this addressable area and 'other'.
See Also