STK AviatorSend comments on this topic.
YawRateDot Property (IAgAvtrRotorcraft)
See Also
Windows





Windows & Linux

Description

Gets or sets the rate of change of the yaw rate.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property YawRateDot() As System.Object
[C#]
public System.Object YawRateDot {get; set;}
[Managed C++]
public: __property VARIANT get_YawRateDot();
public: __property void set_YawRateDot( VARIANT );
[Unmanaged C++]
public: HRESULT get_YawRateDot(
    VARIANT * pVal
);
public: HRESULT put_YawRateDot(
    VARIANT newVal
);
[Java]
public AgVariant getYawRateDot();
public void setYawRateDot(
    AgVariant
);
[Python - STK API ]
@property
def YawRateDot(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.