Click or drag to resize

SignalGroupDataGetDataValue Method

Returns the first and current data values.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public (Object first, Object? current) GetDataValue()

Return Value

Type: ValueTupleObject, Object
The first and current data values.
See Also