STK AviatorSend comments on this topic.
FinalFlightPathAngle Property (IAgAvtrVerticalPlaneAndFlightPathOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the pitch angle of the flight path at the end of the procedure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FinalFlightPathAngle() As System.Object
[C#]
public System.Object FinalFlightPathAngle {get; set;}
[Managed C++]
public: __property VARIANT get_FinalFlightPathAngle();
public: __property void set_FinalFlightPathAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_FinalFlightPathAngle(
    VARIANT * pVal
);
public: HRESULT put_FinalFlightPathAngle(
    VARIANT newVal
);
[Java]
public AgVariant getFinalFlightPathAngle();
public void setFinalFlightPathAngle(
    AgVariant
);
[Python - STK API ]
@property
def FinalFlightPathAngle(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.