Gets or sets the minimum flight path angle of the missile's flight path while climbing.
Read-write property
[Visual Basic .NET] |
---|
Public Property ClimbMinFPA() As System.Object |
[C#] |
---|
public System.Object ClimbMinFPA {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_ClimbMinFPA(); |
[Unmanaged C++] |
---|
public: HRESULT get_ClimbMinFPA( VARIANT * pVal ); public: HRESULT put_ClimbMinFPA( VARIANT pVal ); |
[Java] |
---|
public AgVariant getClimbMinFPA(); public void setClimbMinFPA( AgVariant ); |