Gets or sets the new maneuver type for the targeted segment.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ManeuverType() As AgEVAManeuverType |
| [C#] |
|---|
public AgEVAManeuverType ManeuverType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVAManeuverType get_ManeuverType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVAManeuverType getManeuverType(); public void setManeuverType( AgEVAManeuverType ); |
[Python - STK API ] |
|---|
@property def ManeuverType(self) -> "AgEVAManeuverType": @ManeuverType.setter def ManeuverType(self, newVal:"AgEVAManeuverType") -> None: |






