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