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