Gets or sets the flight path angle the maneuver will stop at if achieved.
Read-write property
[Visual Basic .NET] |
---|
Public Property StopFlightPathAngle() As System.Object |
[C#] |
---|
public System.Object StopFlightPathAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_StopFlightPathAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_StopFlightPathAngle( VARIANT * pVal ); public: HRESULT put_StopFlightPathAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getStopFlightPathAngle(); public void setStopFlightPathAngle( AgVariant ); |