Gets the link / embed controller for managing the user calc. object.
Read-only property
[Visual Basic .NET] |
---|
Public Property UserCalcObjectLinkEmbedControl() As IAgComponentLinkEmbedControl |
[C#] |
---|
public IAgComponentLinkEmbedControl UserCalcObjectLinkEmbedControl {get;} |
[Managed C++] |
---|
public: __property IAgComponentLinkEmbedControl ^ get_UserCalcObjectLinkEmbedControl(); |
[Unmanaged C++] |
---|
public: HRESULT get_UserCalcObjectLinkEmbedControl( IAgComponentLinkEmbedControl ** ppVal ); |
[Java] |
---|
public IAgComponentLinkEmbedControl getUserCalcObjectLinkEmbedControl(); |
[Python - STK API ] |
---|
@property def UserCalcObjectLinkEmbedControl(self) -> "IAgComponentLinkEmbedControl": |