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