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





Windows & Linux

Description

Get the maneuver type.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ManeuverType() As AgEVAManeuverType
[C#]
public AgEVAManeuverType ManeuverType {get;}
[Managed C++]
public: __property AgEVAManeuverType get_ManeuverType();
[Unmanaged C++]
public: HRESULT get_ManeuverType(
    AgEVAManeuverType * pVal
);
[Java]
public AgEVAManeuverType getManeuverType();
[Python - STK API ]
@property
def ManeuverType(self) -> "AgEVAManeuverType":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.