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