Gets the collection of volume levels.
Read-only property
[Visual Basic .NET] |
---|
Public Property Levels() As IAgAntennaVolumeLevelCollection |
[C#] |
---|
public IAgAntennaVolumeLevelCollection Levels {get;} |
[Managed C++] |
---|
public: __property IAgAntennaVolumeLevelCollection ^ get_Levels(); |
[Unmanaged C++] |
---|
public: HRESULT get_Levels( IAgAntennaVolumeLevelCollection ** ppRetVal ); |
[Java] |
---|
public IAgAntennaVolumeLevelCollection getLevels(); |
[Python - STK API ] |
---|
@property def Levels(self) -> "IAgAntennaVolumeLevelCollection": |