STK AstrogatorSend 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
);
[Unmanaged C++]
public: HRESULT InsertCopy(
    IAgVAThruster * Thruster,
    IAgVAThruster ** ppRetVal
);
[Java]
public IAgVAThruster insertCopy(
    IAgVAThruster Thruster
);
[Python - STK API ]
def InsertCopy(self, Thruster:"IAgVAThruster") -> "IAgVAThruster":

Parameters

Thruster

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.