Gets an array of supported waveform names.
Read-only property
[Visual Basic .NET] |
---|
Public Property SupportedWaveforms() As System.Array |
[C#] |
---|
public System.Array SupportedWaveforms {get;} |
[Managed C++] |
---|
public: __property System::Array get_SupportedWaveforms(); |
[Unmanaged C++] |
---|
public: HRESULT get_SupportedWaveforms( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getSupportedWaveforms(); |