STK AviatorSend comments on this topic.
RollRateDot Property (IAgAvtrBasicManeuverStrategyFlyAOA)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RollRateDot() As System.Object
[C#]
public System.Object RollRateDot {get; set;}
[Managed C++]
public: __property VARIANT get_RollRateDot();
public: __property void set_RollRateDot( VARIANT );
[Unmanaged C++]
public: HRESULT get_RollRateDot(
    VARIANT * pVal
);
public: HRESULT put_RollRateDot(
    VARIANT newVal
);
[Java]
public AgVariant getRollRateDot();
public void setRollRateDot(
    AgVariant
);
[Python - STK API ]
@property
def RollRateDot(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.