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