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++] |
---|
public: HRESULT get_StopCondition( AgEAvtrStationkeepingStopCondition * pVal ); public: HRESULT put_StopCondition( AgEAvtrStationkeepingStopCondition newVal ); |
[Java] |
---|
public AgEAvtrStationkeepingStopCondition getStopCondition(); public void setStopCondition( AgEAvtrStationkeepingStopCondition ); |
[Python - STK API ] |
---|
@property def StopCondition(self) -> "AgEAvtrStationkeepingStopCondition": @StopCondition.setter def StopCondition(self, newVal:"AgEAvtrStationkeepingStopCondition") -> None: |