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