STK ObjectsSend comments on this topic.
AntennaBeams Property (IAgAntennaSystem)
See Also
Windows





Windows & Linux

Description

Gets the antenna beam collection.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AntennaBeams() As IAgAntennaBeamCollection
[C#]
public IAgAntennaBeamCollection AntennaBeams {get;}
[Managed C++]
public: __property IAgAntennaBeamCollection ^ get_AntennaBeams();
[Unmanaged C++]
public: HRESULT get_AntennaBeams(
    IAgAntennaBeamCollection ** ppVal
);
[Java]
public IAgAntennaBeamCollection getAntennaBeams();
[Python - STK API ]
@property
def AntennaBeams(self) -> "IAgAntennaBeamCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.