Click or drag to resize

DataValuePeekValue Method

Returns the actual .Net value if it's immediately available, otherwise the base .Net value for a delta.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public Object PeekValue()

Return Value

Type: Object
The .Net value.
Remarks

If the DataValue represents a base object with an associated delta, this method cannot return the value. In this case, the true value is only available if the delta is applied to the base object, and PeekValue will return base value instead.

See Also