Click or drag to resize

AddressAreaMerge Method

Return the smallest addressable area that contains this addressable area and 'other'.

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

Parameters

other  AddressArea
The addressable area to merge.

Return Value

AddressArea
The smallest addressable area that contains this addressable area and 'other'.
See Also