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