Gets or sets the pitch angle of the flight path at the end of the procedure.
Read-write property
[Visual Basic .NET] |
---|
Public Property FinalFlightPathAngle() As System.Object |
[C#] |
---|
public System.Object FinalFlightPathAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_FinalFlightPathAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_FinalFlightPathAngle( VARIANT * pVal ); public: HRESULT put_FinalFlightPathAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getFinalFlightPathAngle(); public void setFinalFlightPathAngle( AgVariant ); |