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.2.419.0 (24.2.419.0)
Syntax public List<Object> GetDataList()
Public Function GetDataList As List(Of Object)
public:
List<Object^>^ GetDataList()
member GetDataList : unit -> List<Object>
Return Value
Type:
ListObjectThe list of signal data.
See Also