Gets or sets the rate of change of the roll rate.
Read-write property
[Visual Basic .NET] |
---|
Public Property RollRateDot() As System.Object |
[C#] |
---|
public System.Object RollRateDot {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_RollRateDot(); |
[Unmanaged C++] |
---|
public: HRESULT get_RollRateDot( VARIANT * pVal ); public: HRESULT put_RollRateDot( VARIANT newVal ); |
[Java] |
---|
public AgVariant getRollRateDot(); public void setRollRateDot( AgVariant ); |