Click or drag to resize

DataValuePropagateUpdate Method

Determines whether an update from this value to the specified value should be allowed to propagate.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public bool PropagateUpdate(
	 in DataValue newValue
)

Parameters

newValue
Type: Demo3D.PLC.CommsDataValue
The new value to compare.

Return Value

Type: Boolean
True if the new value should be allowed to propagate.
See Also