Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
DisplayWaveformAnalyzer property (RO) 
 
Type
[Visual Basic] 
Public Property DisplayWaveformAnalyzer As WaveformAnalyzer
 
[C#] 
public WaveformAnalyzer DisplayWaveformAnalyzer {get;}
 
[C++] 
public: __property WaveformAnalyzer* get_DisplayWaveformAnalyzer ();
 
This property is Read-only
 
 
Remarks
The Waveform Analyzer object. 
 
This property encapsulates the functionality of the WaveformAnalyzer class. 
 
For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section.
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents