STK AstrogatorSend comments on this topic.
LeaveAllActiveStoppingConditionsActive Property (IAgVAProfileSeedFiniteManeuver)
See Also
Windows





Windows & Linux

Description

If true, all active stopping conditions on the seeded maneuver will remain active during run.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LeaveAllActiveStoppingConditionsActive() As Boolean
[C#]
public bool LeaveAllActiveStoppingConditionsActive {get; set;}
[Managed C++]
public: __property bool get_LeaveAllActiveStoppingConditionsActive();
public: __property void set_LeaveAllActiveStoppingConditionsActive( bool );
[Unmanaged C++]
public: HRESULT get_LeaveAllActiveStoppingConditionsActive(
    VARIANT_BOOL * pVal
);
public: HRESULT put_LeaveAllActiveStoppingConditionsActive(
    VARIANT_BOOL newVal
);
[Java]
public bool getLeaveAllActiveStoppingConditionsActive();
public void setLeaveAllActiveStoppingConditionsActive(
    bool
);
[Python - STK API ]
@property
def LeaveAllActiveStoppingConditionsActive(self) -> bool:

@LeaveAllActiveStoppingConditionsActive.setter
def LeaveAllActiveStoppingConditionsActive(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.