STK ObjectsSend comments on this topic.
Levels Property (IAgAntennaContour)
See Also
Windows





Windows & Linux

Description

Gets the collection of contour levels

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.