AddressAreaOverlaps Method (AddressArea) |
Determines whether the specified addressable area overlaps the current addressable area at any point.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic bool Overlaps(
AddressArea other
)
Parameters
- other
- Type: Demo3D.PLC.CommsAddressArea
The address to compare.
Return Value
Type:
BooleanTrue if the specified addressable areas overlap the current addressable area at any point.
See Also