Click or drag to resize

DeltaValuePropagateUpdate 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: 19.00.00
Syntax
C#
public bool PropagateUpdate(
	 in DeltaValue newValue
)

Parameters

newValue  DeltaValue
The new value to compare.

Return Value

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