Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public IList<Object> GetDataList()

Return Value

Type: IListObject
The read only list of signal data.
See Also