STK AstrogatorSend comments on this topic.
UserCalcObjectLinkEmbedControl Property (IAgVAStoppingCondition)
See Also
Windows





Windows & Linux

Description

Gets the link / embed controller for managing the user calc. object.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.