Description
Spin rate: specified in revolutions per minute; positive values indicate rotation in a right-handed sense with respect to the spin axis. Uses AngleRate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Rate() As Double
|
| [C#] |
|---|
public double Rate {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Rate(); public: __property void set_Rate( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Rate( double * pRetVal ); public: HRESULT put_Rate( double NewRate );
|
| [Java] |
|---|
public double getRate(); public void setRate( double );
|
See Also