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





Windows & Linux

Description

Opt whether to ignore the flight path angle limits for climb and descent transitions.

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 pVal
);
[Java]
public bool getIgnoreFPAForClimbDescentTransitions();
public void setIgnoreFPAForClimbDescentTransitions(
    bool
);
[Python - STK API ]
@property
def IgnoreFPAForClimbDescentTransitions(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.