Click or drag to resize

PointScattererInformationGetDataByType Method (Type)

Get signal data based on the type of data requested. 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 Object GetDataByType(
	Type type
)

Parameters

type
Type: SystemType
The type of data to retrieve.

Return Value

Type: Object
The data, or null if there is no data of the given type.
Remarks
There should be only one instance of a given type in a given signal. If there happen to be more, this method will return the first occurrence.
See Also