Click or drag to resize

AddressAreaOverlappingOrContiguous(AddressArea) Method

Determines whether the specified addressable area either overlaps at any point or is contiguous with the current addressable area.

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

Parameters

other  AddressArea
The address to compare.

Return Value

Boolean
True if the specified addressable area either overlaps at any point or is contiguous with the current addressable area.
See Also