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