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(
|
| [Java] |
|---|
public IAgAntennaContourLevelCollection getLevels();
|