STK AviatorSend comments on this topic.
IgnoreFPAForClimbDescentTransitions Property (IAgAvtrRotorcraft)
See Also
Windows





Windows & Linux

Description

Opt to ignore load factor limits when pushing over or pulling up.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IgnoreFPAForClimbDescentTransitions() As Boolean
[C#]
public bool IgnoreFPAForClimbDescentTransitions {get; set;}
[Managed C++]
public: __property bool get_IgnoreFPAForClimbDescentTransitions();
public: __property void set_IgnoreFPAForClimbDescentTransitions( bool );
[Unmanaged C++]
public: HRESULT get_IgnoreFPAForClimbDescentTransitions(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IgnoreFPAForClimbDescentTransitions(
    VARIANT_BOOL newVal
);
[Java]
public bool getIgnoreFPAForClimbDescentTransitions();
public void setIgnoreFPAForClimbDescentTransitions(
    bool
);
[Python - STK API ]
@property
def IgnoreFPAForClimbDescentTransitions(self) -> bool:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.