Gets or sets the max load factor rate for the smooth turn.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxLoadFactorRate() As Double |
[C#] |
---|
public double MaxLoadFactorRate {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxLoadFactorRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxLoadFactorRate( double * pVal ); public: HRESULT put_MaxLoadFactorRate( double newVal ); |
[Java] |
---|
public double getMaxLoadFactorRate(); public void setMaxLoadFactorRate( double ); |