Get the maneuver type.
Read-only property
[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": |