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