Click or drag to resize

AddressAreaOverlappingArea Method (AddressArea, AddressArea)

Return the overlapping area between two addressable areas.

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

Parameters

a
Type: Demo3D.PLC.CommsAddressArea
The addressable area to merge.
b
Type: Demo3D.PLC.CommsAddressArea
The addressable area to merge.

Return Value

Type: AddressArea
The overlapping area.
See Also