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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1