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






