STK AstrogatorSend comments on this topic.
InsertCopy Method (IAgVACalcObjectLinkEmbedControlCollection)
See Also
CalcObj
Windows





Windows & Linux

Description

Copies a link/embed calc object and inserts the copy into the list.

Syntax

[Visual Basic .NET]
Public Function InsertCopy( _
    ByVal CalcObj As IAgComponentLinkEmbedControl _
) As IAgComponentLinkEmbedControl
[Unmanaged C++]
public: HRESULT InsertCopy(
    IAgComponentLinkEmbedControl * CalcObj,
    IAgComponentLinkEmbedControl ** ppRetVal
);
[Python - STK API ]
def InsertCopy(self, CalcObj:"IAgComponentLinkEmbedControl") -> "IAgComponentLinkEmbedControl":

Parameters

CalcObj

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.