STK ObjectsSend comments on this topic.
SupportedShortRangeWaveforms Property (IAgWaveformSelectionStrategyRangeLimits)
See Also
Windows





Windows & Linux

Description

Gets an array of supported short range waveform names.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SupportedShortRangeWaveforms() As System.Array
[C#]
public System.Array SupportedShortRangeWaveforms {get;}
[Managed C++]
public: __property System::Array get_SupportedShortRangeWaveforms();
[Unmanaged C++]
public: HRESULT get_SupportedShortRangeWaveforms(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getSupportedShortRangeWaveforms();
[Python - STK API ]
@property
def SupportedShortRangeWaveforms(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.