STK AviatorSend comments on this topic.
Sideslip Property (IAgAvtrRefStateForwardFlightOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the aircraft's yaw angle.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Sideslip() As System.Object
[C#]
public System.Object Sideslip {get; set;}
[Managed C++]
public: __property VARIANT get_Sideslip();
public: __property void set_Sideslip( VARIANT );
[Unmanaged C++]
public: HRESULT get_Sideslip(
    VARIANT * pVal
);
public: HRESULT put_Sideslip(
    VARIANT newVal
);
[Java]
public AgVariant getSideslip();
public void setSideslip(
    AgVariant
);
[Python - STK API ]
@property
def Sideslip(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.