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: 15.0.2.11458
Syntaxpublic bool PropagateUpdate(
in DataValue other
)
Parameters
- other
- Type: Demo3D.PLC.CommsDataValue
The value to compare.
Return Value
Type:
BooleanTrue if the value should be allowed to propagate.
See Also