STK ObjectsSend comments on this topic.
EmbeddedModel Property (IAgAntennaControl)
See Also
Windows





Windows & Linux

Description

Gets the current antenna model.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property EmbeddedModel() As IAgAntennaModel
[C#]
public IAgAntennaModel EmbeddedModel {get;}
[Managed C++]
public: __property IAgAntennaModel ^ get_EmbeddedModel();
[Unmanaged C++]
public: HRESULT get_EmbeddedModel(
    IAgAntennaModel ** ppAntennaModel
);
[Java]
public IAgAntennaModel getEmbeddedModel();
[Python - STK API ]
@property
def EmbeddedModel(self) -> "IAgAntennaModel":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.