Description
Opt whether to ignore the flight path angle.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property IgnoreFPA() As Boolean
|
| [C#] |
|---|
public bool IgnoreFPA {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_IgnoreFPA(); public: __property void set_IgnoreFPA(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IgnoreFPA(
VARIANT_BOOL * pVal
);
public: HRESULT put_IgnoreFPA(
VARIANT_BOOL newVal
);
|
| [Java] |
|---|
public bool getIgnoreFPA();
public void setIgnoreFPA(
bool
);
|
| [Python - STK API] |
|---|
@property
def IgnoreFPA(self) -> bool:
@IgnoreFPA.setter
def IgnoreFPA(self, newVal:bool) -> None:
|
See Also