AddressAreaOverlappingArea(AddressArea) Method |
Return the overlapping area between this addressable area and 'other'.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic AddressArea OverlappingArea(
AddressArea other
)
Parameters
- other AddressArea
- The addressable area to merge.
Return Value
AddressAreaThe overlapping area between this addressable area and 'other'.
See Also