ProcessedRadarWaveformData Property  | 
 
            Gets a copy of the processed radar waveform data collection.
            
 
    Namespace: 
   AGI.Foundation.Radar
    Assembly:
   AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic List<Object> Data { get; }Public ReadOnly Property Data As List(Of Object)
	Get
public:
property List<Object^>^ Data {
	List<Object^>^ get ();
}member Data : List<Object> with get
Property Value
Type: 
ListObject
See Also