Get the mode to specify the vertical attitude rate.
Read-only property
[Visual Basic .NET] |
---|
Public Property AttitudeRateType() As AgEAvtrRefStateAttitudeMode |
[C#] |
---|
public AgEAvtrRefStateAttitudeMode AttitudeRateType {get;} |
[Managed C++] |
---|
public: __property AgEAvtrRefStateAttitudeMode get_AttitudeRateType(); |
[Unmanaged C++] |
---|
public: HRESULT get_AttitudeRateType( AgEAvtrRefStateAttitudeMode * pVal ); |
[Java] |
---|
public AgEAvtrRefStateAttitudeMode getAttitudeRateType(); |
[Python - STK API ] |
---|
@property def AttitudeRateType(self) -> "AgEAvtrRefStateAttitudeMode": |