Click or drag to resize

AddressAreaOverlappingArea(AddressArea, AddressArea) Method

Return the overlapping area between two addressable areas.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public static AddressArea OverlappingArea(
	AddressArea a,
	AddressArea b
)

Parameters

a  AddressArea
The addressable area to merge.
b  AddressArea
The addressable area to merge.

Return Value

AddressArea
The overlapping area.
See Also