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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinEnrouteFlightPathAngle() As System.Object
[C#]
public System.Object MinEnrouteFlightPathAngle {get; set;}
[Managed C++]
public: __property VARIANT get_MinEnrouteFlightPathAngle();
public: __property void set_MinEnrouteFlightPathAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_MinEnrouteFlightPathAngle(
    VARIANT * pVal
);
public: HRESULT put_MinEnrouteFlightPathAngle(
    VARIANT newVal
);
[Java]
public AgVariant getMinEnrouteFlightPathAngle();
public void setMinEnrouteFlightPathAngle(
    AgVariant
);
[Python - STK API ]
@property
def MinEnrouteFlightPathAngle(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.