STK AviatorSend comments on this topic.
DescentFailOnInsufficientPerformance Property (IAgAvtrMissile)
See Also
Windows





Windows & Linux

Description

Opt whether to fail while descending if there is insufficient specific excess power.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DescentFailOnInsufficientPerformance() As Boolean
[C#]
public bool DescentFailOnInsufficientPerformance {get; set;}
[Managed C++]
public: __property bool get_DescentFailOnInsufficientPerformance();
public: __property void set_DescentFailOnInsufficientPerformance( bool );
[Unmanaged C++]
public: HRESULT get_DescentFailOnInsufficientPerformance(
    VARIANT_BOOL * pVal
);
public: HRESULT put_DescentFailOnInsufficientPerformance(
    VARIANT_BOOL pVal
);
[Java]
public bool getDescentFailOnInsufficientPerformance();
public void setDescentFailOnInsufficientPerformance(
    bool
);
[Python - STK API ]
@property
def DescentFailOnInsufficientPerformance(self) -> bool:

@DescentFailOnInsufficientPerformance.setter
def DescentFailOnInsufficientPerformance(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.