AddressAreaOverlappingArea(AddressArea, AddressArea) Method |
Return the overlapping area between two addressable areas.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic static AddressArea OverlappingArea(
AddressArea a,
AddressArea b
)
Parameters
- a AddressArea
- The addressable area to merge.
- b AddressArea
- The addressable area to merge.
Return Value
AddressAreaThe overlapping area.
See Also