Get the initial pitch angle of the flight path.
Read-only property
[Visual Basic .NET] |
---|
Public Property FlightPathAngle() As System.Object |
[C#] |
---|
public System.Object FlightPathAngle {get;} |
[Managed C++] |
---|
public: __property VARIANT get_FlightPathAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_FlightPathAngle( VARIANT * pVal ); |
[Java] |
---|
public AgVariant getFlightPathAngle(); |