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





Windows & Linux

Description

Copies a calc object and inserts the copy into the list.

Syntax

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

Parameters

CalcObj

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.