Maximum relative motion (in degrees) allowed between constraint samples.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxRelMotion() As Double |
[C#] |
---|
public double MaxRelMotion {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxRelMotion(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxRelMotion( double * pMaxRelMotion ); public: HRESULT put_MaxRelMotion( double NewMaxRelMotion ); |
[Java] |
---|
public double getMaxRelMotion(); public void setMaxRelMotion( double ); |