Gets or sets the maximum pitch angle of the flight path during enroute segments of the procedure.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxEnrouteFlightPathAngle() As System.Object |
[C#] |
---|
public System.Object MaxEnrouteFlightPathAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_MaxEnrouteFlightPathAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxEnrouteFlightPathAngle( VARIANT * pVal ); public: HRESULT put_MaxEnrouteFlightPathAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getMaxEnrouteFlightPathAngle(); public void setMaxEnrouteFlightPathAngle( AgVariant ); |