Get the arguments to be applied to the function.
Read-only property
[Visual Basic .NET] |
---|
Public Property CalcArgumentsLinkEmbed() As IAgVACalcObjectLinkEmbedControlCollection |
[C#] |
---|
public IAgVACalcObjectLinkEmbedControlCollection CalcArgumentsLinkEmbed {get;} |
[Managed C++] |
---|
public: __property IAgVACalcObjectLinkEmbedControlCollection ^ get_CalcArgumentsLinkEmbed(); |
[Unmanaged C++] |
---|
public: HRESULT get_CalcArgumentsLinkEmbed( IAgVACalcObjectLinkEmbedControlCollection ** ppVACalcObjectLinkEmbedControlCollection ); |
[Java] |
---|
public IAgVACalcObjectLinkEmbedControlCollection getCalcArgumentsLinkEmbed(); |
[Python - STK API ] |
---|
@property def CalcArgumentsLinkEmbed(self) -> "IAgVACalcObjectLinkEmbedControlCollection": |