If true, all active stopping conditions on the seeded maneuver will remain active during run.
Read-write property
[Visual Basic .NET] |
---|
Public Property LeaveAllActiveStoppingConditionsActive() As Boolean |
[C#] |
---|
public bool LeaveAllActiveStoppingConditionsActive {get; set;} |
[Managed C++] |
---|
public: __property bool get_LeaveAllActiveStoppingConditionsActive(); |
[Unmanaged C++] |
---|
public: HRESULT get_LeaveAllActiveStoppingConditionsActive( VARIANT_BOOL * pVal ); public: HRESULT put_LeaveAllActiveStoppingConditionsActive( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getLeaveAllActiveStoppingConditionsActive(); public void setLeaveAllActiveStoppingConditionsActive( bool ); |