STK ObjectsSend comments on this topic.
SupportedWaveforms Property (IAgWaveformSelectionStrategyFixed)
See Also
Windows





Windows & Linux

Description

Gets an array of supported waveform names.

Property type

Read-only property

Syntax

[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();
[Python - STK API ]
@property
def SupportedWaveforms(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.