Click or drag to resize

AddressAreaOverlappingOrContiguous Method (AddressArea)

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: 15.0.2.11458
Syntax
C#
public bool OverlappingOrContiguous(
	AddressArea other
)

Parameters

other
Type: Demo3D.PLC.CommsAddressArea
The address to compare.

Return Value

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