Gets the link/embed controller for managing the antenna model component.
Read-only property
[Visual Basic .NET] |
---|
Public Property ModelComponentLinking() As IAgComponentLinkEmbedControl |
[C#] |
---|
public IAgComponentLinkEmbedControl ModelComponentLinking {get;} |
[Managed C++] |
---|
public: __property IAgComponentLinkEmbedControl ^ get_ModelComponentLinking(); |
[Unmanaged C++] |
---|
public: HRESULT get_ModelComponentLinking( IAgComponentLinkEmbedControl ** ppVal ); |
[Java] |
---|
public IAgComponentLinkEmbedControl getModelComponentLinking(); |
[Python - STK API ] |
---|
@property def ModelComponentLinking(self) -> "IAgComponentLinkEmbedControl": |