Gets the RCS frequency band collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property FrequencyBands() As IAgRadarCrossSectionFrequencyBandCollection |
[C#] |
---|
public IAgRadarCrossSectionFrequencyBandCollection FrequencyBands {get;} |
[Managed C++] |
---|
public: __property IAgRadarCrossSectionFrequencyBandCollection ^ get_FrequencyBands(); |
[Unmanaged C++] |
---|
public: HRESULT get_FrequencyBands( IAgRadarCrossSectionFrequencyBandCollection ** ppVal ); |
[Java] |
---|
public IAgRadarCrossSectionFrequencyBandCollection getFrequencyBands(); |
[Python - STK API ] |
---|
@property def FrequencyBands(self) -> "IAgRadarCrossSectionFrequencyBandCollection": |