 Description
Description
The pitch rate when transitioning between attitude modes or procedures.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property PitchRate() As System.Object
 | 
| [C#] | 
|---|
| public System.Object PitchRate {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property VARIANT get_PitchRate();public: __property void set_PitchRate(
    VARIANT
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_PitchRate(
    VARIANT * pVal
);
public: HRESULT put_PitchRate(
    VARIANT newVal
);
 | 
| [Java] | 
|---|
| public AgVariant getPitchRate();
public void setPitchRate(
    AgVariant
);
 | 
| [Python - STK API] | 
|---|
| @property
def PitchRate(self) -> typing.Any:
@PitchRate.setter
def PitchRate(self, newVal:typing.Any) -> None:
 | 
 See Also
See Also