Gets or sets the stopping condition for the maneuver.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property StopCondition() As AgEAvtrRelSpeedAltStopCondition |
| [C#] |
|---|
public AgEAvtrRelSpeedAltStopCondition StopCondition {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrRelSpeedAltStopCondition get_StopCondition(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrRelSpeedAltStopCondition getStopCondition(); public void setStopCondition( AgEAvtrRelSpeedAltStopCondition ); |
[Python - STK API ] |
|---|
@property def StopCondition(self) -> "AgEAvtrRelSpeedAltStopCondition": @StopCondition.setter def StopCondition(self, newVal:"AgEAvtrRelSpeedAltStopCondition") -> None: |






