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