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: 15.0.2.11458
Syntax
C#
public AddressArea Merge(
	AddressArea other
)

Parameters

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

Return Value

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