Click or drag to resize

AddressAreaOverlappingArea(AddressArea) Method

Return the overlapping area between this addressable area and 'other'.

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

Parameters

other  AddressArea
The addressable area to merge.

Return Value

AddressArea
The overlapping area between this addressable area and 'other'.
See Also