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