Makes a copy of the specified thruster.
[Visual Basic .NET] |
---|
Public Function Copy() As IAgVAThruster |
[C#] |
---|
public IAgVAThruster Copy(); |
[Managed C++] |
---|
public: IAgVAThruster ^ Copy(); |
[Unmanaged C++] |
---|
public: HRESULT Copy( IAgVAThruster ** ppVAThruster ); |
[Java] |
---|
public IAgVAThruster copy(); |
[Python - STK API ] |
---|
def Copy(self) -> "IAgVAThruster": |