STK ObjectsSend comments on this topic.
FrequencyBands Property (IAgRadarCrossSectionModel)
See Also
Windows





Windows & Linux

Description

Gets the RCS frequency band collection.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.