STK AviatorSend comments on this topic.
StopWhenFPAAchieved Property (IAgAvtrBasicManeuverStrategyPitch3D)
See Also
Windows





Windows & Linux

Description

Stop when the commanded flight path angle is achieved.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopWhenFPAAchieved() As Boolean
[C#]
public bool StopWhenFPAAchieved {get; set;}
[Managed C++]
public: __property bool get_StopWhenFPAAchieved();
public: __property void set_StopWhenFPAAchieved( bool );
[Unmanaged C++]
public: HRESULT get_StopWhenFPAAchieved(
    VARIANT_BOOL * pVal
);
public: HRESULT put_StopWhenFPAAchieved(
    VARIANT_BOOL newVal
);
[Java]
public bool getStopWhenFPAAchieved();
public void setStopWhenFPAAchieved(
    bool
);
[Python - STK API ]
@property
def StopWhenFPAAchieved(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.