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





Windows & Linux

Description

Gets the collection of volume levels

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.