STK AstrogatorSend comments on this topic.
Copy Method (IAgVAThruster)
See Also
Windows





Windows & Linux

Description

Makes a copy of the specified thruster.

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.