AGI STK Astrogator 11 Send comments on this topic.
InsertCopy Method (IAgVACalcObjectCollection)
See Also 
CalcObj





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
);

[Java]
public IAgComponentInfo insertCopy(
IAgComponentInfo CalcObj
);

[Unmanaged C++]
public: HRESULT InsertCopy(
IAgComponentInfo * CalcObj,
IAgComponentInfo ** ReturnValue
);

Parameters

CalcObj

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1