Click or drag to resize

AddressAreaOverlaps(AddressArea) Method

Determines whether the specified addressable area overlaps the current addressable area at any point.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public bool Overlaps(
	AddressArea other
)

Parameters

other  AddressArea
The address to compare.

Return Value

Boolean
True if the specified addressable areas overlap the current addressable area at any point.
See Also