Description
Gets an array of supported ultra long range waveform names.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property SupportedUltraLongRangeWaveforms() As System.Array
|
[C#] |
---|
public System.Array SupportedUltraLongRangeWaveforms {get;}
|
[Managed C++] |
---|
public: __property System::Array get_SupportedUltraLongRangeWaveforms();
|
[Unmanaged C++] |
---|
public: HRESULT get_SupportedUltraLongRangeWaveforms(
SAFEARRAY * * ppRetVal
);
|
[Java] |
---|
public VariantArray getSupportedUltraLongRangeWaveforms();
|
See Also