Click or drag to resize

SignalGetDataList Method

Create a copy of the signal data. The Signal will not reflect changes to the list. This data represents optional properties on the signal.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public List<Object> GetDataList()

Return Value

Type: ListObject
The list of signal data.
See Also