Gets or sets the stop condition for the Smooth Accel basic maneuver strategy.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property StopConditions() As AgEAvtrSmoothAccelStopConditions |
| [C#] |
|---|
public AgEAvtrSmoothAccelStopConditions StopConditions {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrSmoothAccelStopConditions get_StopConditions(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrSmoothAccelStopConditions getStopConditions(); public void setStopConditions( AgEAvtrSmoothAccelStopConditions ); |
[Python - STK API ] |
|---|
@property def StopConditions(self) -> "AgEAvtrSmoothAccelStopConditions": @StopConditions.setter def StopConditions(self, newVal:"AgEAvtrSmoothAccelStopConditions") -> None: |






