STK ObjectsSend comments on this topic.
AntennaControl Property (IAgTransmitterModelLaser)
See Also
Windows





Windows & Linux

Description

Gets the receiver antenna control.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.