Click or drag to resize

AddressAreaOverlappingArea Method (AddressArea)

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

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

Parameters

other
Type: Demo3D.PLC.CommsAddressArea
The addressable area to merge.

Return Value

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