Gets or sets the maximum motion allowed between sampling points.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxRelMotionFactor() As Double |
[C#] |
---|
public double MaxRelMotionFactor {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxRelMotionFactor(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxRelMotionFactor( double * pVal ); public: HRESULT put_MaxRelMotionFactor( double newVal ); |
[Java] |
---|
public double getMaxRelMotionFactor(); public void setMaxRelMotionFactor( double ); |