Gets or sets the standard roll rate of the rotorcraft in a turn.
Read-write property
[Visual Basic .NET] |
---|
Public Property RollRate() As System.Object |
[C#] |
---|
public System.Object RollRate {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_RollRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_RollRate( VARIANT * pVal ); public: HRESULT put_RollRate( VARIANT newVal ); |
[Java] |
---|
public AgVariant getRollRate(); public void setRollRate( AgVariant ); |