 Description
Description
Opt to limit the flight path angle.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property UseFlightPathAngleLimit() As Boolean
 | 
| [C#] | 
|---|
| public bool UseFlightPathAngleLimit {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property bool get_UseFlightPathAngleLimit();public: __property void set_UseFlightPathAngleLimit(
    bool
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_UseFlightPathAngleLimit(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseFlightPathAngleLimit(
    VARIANT_BOOL newVal
);
 | 
| [Java] | 
|---|
| public bool getUseFlightPathAngleLimit();
public void setUseFlightPathAngleLimit(
    bool
);
 | 
| [Python - STK API] | 
|---|
| @property
def UseFlightPathAngleLimit(self) -> bool:
@UseFlightPathAngleLimit.setter
def UseFlightPathAngleLimit(self, newVal:bool) -> None:
 | 
 See Also
See Also