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