Click or drag to resize

AddressAreaContains(AddressArea) Method

Determines whether the current addressable area contains the specified addressable area.

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

Parameters

other  AddressArea
The address to compare.

Return Value

Boolean
True if the current addressable area contains the specified addressable area.
See Also