Description
Gets an array of supported medium range waveform names.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property SupportedMediumRangeWaveforms() As System.Array
|
[C#] |
---|
public System.Array SupportedMediumRangeWaveforms {get;}
|
[Managed C++] |
---|
public: __property System::Array get_SupportedMediumRangeWaveforms();
|
[Unmanaged C++] |
---|
public: HRESULT get_SupportedMediumRangeWaveforms(
SAFEARRAY * * ppRetVal
);
|
[Java] |
---|
public AgSafeArray getSupportedMediumRangeWaveforms();
|
[Python - STK API] |
---|
@property
def SupportedMediumRangeWaveforms(self) -> list:
|
See Also