STK AstrogatorSend comments on this topic.
SetPropulsionMethod Method (IAgVAManeuver)
See Also
PropulsionMethod
Value
Engine/Thruster set name.
Windows





Windows & Linux

Description

Sets the propulsion type and associated engine/thruster set.

Syntax

[Visual Basic .NET]
Public Sub SetPropulsionMethod( _
    ByVal PropulsionMethod As AgEVAPropulsionMethod, _
    ByVal Value As String _
)
[C#]
public void SetPropulsionMethod(
    AgEVAPropulsionMethod PropulsionMethod,
    string Value
);
[Managed C++]
public: void SetPropulsionMethod(
    AgEVAPropulsionMethod PropulsionMethod,
    String __gc ^ Value
);
[Unmanaged C++]
public: HRESULT SetPropulsionMethod(
    AgEVAPropulsionMethod PropulsionMethod,
    BSTR Value
);
[Java]
public void setPropulsionMethod(
    AgEVAPropulsionMethod PropulsionMethod,
    String Value
);
[Python - STK API ]
def SetPropulsionMethod(self, PropulsionMethod:"AgEVAPropulsionMethod", Value:str) -> None:

Parameters

PropulsionMethod
Value
Engine/Thruster set name.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.