STK AviatorSend comments on this topic.
StopWhenConditionsMet Property (IAgAvtrBasicManeuverStrategyAutopilotNav)
See Also
Windows





Windows & Linux

Description

Stop when conditions are met.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopWhenConditionsMet() As Boolean
[C#]
public bool StopWhenConditionsMet {get; set;}
[Managed C++]
public: __property bool get_StopWhenConditionsMet();
public: __property void set_StopWhenConditionsMet( bool );
[Unmanaged C++]
public: HRESULT get_StopWhenConditionsMet(
    VARIANT_BOOL * pVal
);
public: HRESULT put_StopWhenConditionsMet(
    VARIANT_BOOL newVal
);
[Java]
public bool getStopWhenConditionsMet();
public void setStopWhenConditionsMet(
    bool
);
[Python - STK API ]
@property
def StopWhenConditionsMet(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.