STK AstrogatorSend comments on this topic.
Add Method (IAgVAThrusterSetCollection)
See Also
ThrusterName
Windows





Windows & Linux

Description

Adds a new thruster.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal ThrusterName As String _
) As IAgVAThruster
[C#]
public IAgVAThruster Add(
    string ThrusterName
);
[Managed C++]
public: IAgVAThruster^ Add(
    String __gc ^ ThrusterName
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR ThrusterName,
    IAgVAThruster ** ppVAThruster
);
[Java]
public IAgVAThruster add(
    String ThrusterName
);
[Python - STK API ]
def Add(self, ThrusterName:str) -> "IAgVAThruster":

Parameters

ThrusterName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.