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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ClimbFailOnInsufficientPerformance() As Boolean
[C#]
public bool ClimbFailOnInsufficientPerformance {get; set;}
[Managed C++]
public: __property bool get_ClimbFailOnInsufficientPerformance();
public: __property void set_ClimbFailOnInsufficientPerformance( bool );
[Unmanaged C++]
public: HRESULT get_ClimbFailOnInsufficientPerformance(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ClimbFailOnInsufficientPerformance(
    VARIANT_BOOL pVal
);
[Java]
public bool getClimbFailOnInsufficientPerformance();
public void setClimbFailOnInsufficientPerformance(
    bool
);
[Python - STK API ]
@property
def ClimbFailOnInsufficientPerformance(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.