 Description
Description
The maximum flight path angle of the missile's flight path while descending.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property DescentMaxFPA() As System.Object
 | 
| [C#] | 
|---|
| public System.Object DescentMaxFPA {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property VARIANT get_DescentMaxFPA();public: __property void set_DescentMaxFPA(
    VARIANT
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_DescentMaxFPA(
    VARIANT * pVal
);
public: HRESULT put_DescentMaxFPA(
    VARIANT pVal
);
 | 
| [Java] | 
|---|
| public AgVariant getDescentMaxFPA();
public void setDescentMaxFPA(
    AgVariant
);
 | 
| [Python - STK API] | 
|---|
| @property
def DescentMaxFPA(self) -> typing.Any:
@DescentMaxFPA.setter
def DescentMaxFPA(self, pVal:typing.Any) -> None:
 | 
 See Also
See Also