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