PointScattererInformation.GetDataList Method |
Create a list 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic IList<Object> GetDataList()
Public Function GetDataList As IList(Of Object)
public:
IList<Object^>^ GetDataList()
member GetDataList : unit -> IList<Object>
Return Value
Type:
IList<Object>The read only list of signal data.
See Also