AGI STK Astrogator 11 Send comments on this topic.
InsertCopy Method (IAgVAThrusterSetCollection)
See Also 
Thruster
Windows






Windows & Linux

Description

Copies a thruster and inserts the copy into the list.

Syntax

[Visual Basic .NET]
Public Function InsertCopy( _
   ByVal Thruster As IAgVAThruster _
) As IAgVAThruster

[C#]
public IAgVAThruster InsertCopy(
IAgVAThruster Thruster
);

[Managed C++]
public: IAgVAThruster^ InsertCopy(
IAgVAThruster ^ Thruster
);

[Java]
public IAgVAThruster insertCopy(
IAgVAThruster Thruster
);

[Unmanaged C++]
public: HRESULT InsertCopy(
IAgVAThruster * Thruster,
IAgVAThruster ** ReturnValue
);

Parameters

Thruster

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface