STK AviatorSend comments on this topic.
MaxEnrouteFlightPathAngle Property (IAgAvtrVerticalPlaneOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum pitch angle of the flight path during enroute segments of the procedure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxEnrouteFlightPathAngle() As System.Object
[C#]
public System.Object MaxEnrouteFlightPathAngle {get; set;}
[Managed C++]
public: __property VARIANT get_MaxEnrouteFlightPathAngle();
public: __property void set_MaxEnrouteFlightPathAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_MaxEnrouteFlightPathAngle(
    VARIANT * pVal
);
public: HRESULT put_MaxEnrouteFlightPathAngle(
    VARIANT newVal
);
[Java]
public AgVariant getMaxEnrouteFlightPathAngle();
public void setMaxEnrouteFlightPathAngle(
    AgVariant
);
[Python - STK API ]
@property
def MaxEnrouteFlightPathAngle(self) -> typing.Any:

@MaxEnrouteFlightPathAngle.setter
def MaxEnrouteFlightPathAngle(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.