STK AstrogatorSend comments on this topic.
SetManeuverType Method (IAgVAMCSManeuver)
See Also
ManeuverType
Windows





Windows & Linux

Description

Sets the maneuver type.

Syntax

[Visual Basic .NET]
Public Sub SetManeuverType( _
    ByVal ManeuverType As AgEVAManeuverType _
)
[C#]
public void SetManeuverType(
    AgEVAManeuverType ManeuverType
);
[Managed C++]
public: void SetManeuverType(
    AgEVAManeuverType ManeuverType
);
[Unmanaged C++]
public: HRESULT SetManeuverType(
    AgEVAManeuverType ManeuverType
);
[Java]
public void setManeuverType(
    AgEVAManeuverType ManeuverType
);
[Python - STK API ]
def SetManeuverType(self, ManeuverType:"AgEVAManeuverType") -> None:

Parameters

ManeuverType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.