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





Windows & Linux

Description

Gets the link/embed controller for managing the embedded antenna model component.

Property type

Read-only property

Syntax

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.