Click or drag to resize

ProcessedRadarWaveformGetDataByTypeT Method

Get the first object of the given type in the processed radar waveform data collection.

Namespace:  AGI.Foundation.Radar
Assembly:  AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public T GetDataByType<T>()
where T : class

Type Parameters

T
The type of data to retrieve.

Return Value

Type: T
The data, or if there is no data of the given type.
See Also