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






