Enable the flight path angle limit an set the flight path angle value.
[Visual Basic .NET] |
---|
Public Sub SetFlightPathAngle( _ ByVal Angle As System.Object _ ) |
[C#] |
---|
public void SetFlightPathAngle( System.Object Angle ); |
[Managed C++] |
---|
public: void SetFlightPathAngle( VARIANT Angle ); |
[Unmanaged C++] |
---|
public: HRESULT SetFlightPathAngle( VARIANT Angle ); |
[Java] |
---|
public void setFlightPathAngle( AgVariant Angle ); |
[Python - STK API ] |
---|
def SetFlightPathAngle(self, Angle:typing.Any) -> None: |
- Angle