[This is preliminary documentation and is subject to change.]
Defines the load factor below which the shrinking is triggered
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public double LoadFactorLWM { get; set; }
[ConfigAttribute]
public double LoadFactorLWM { get; set; }
<ConfigAttribute>
Public Property LoadFactorLWM As Double
Get
Set
<ConfigAttribute>
Public Property LoadFactorLWM As Double
Get
Set
public:
[ConfigAttribute]
property double LoadFactorLWM {
double get ();
void set (double value);
}
public:
[ConfigAttribute]
property double LoadFactorLWM {
double get ();
void set (double value);
}
[<ConfigAttribute>]
member LoadFactorLWM : float with get, set
[<ConfigAttribute>]
member LoadFactorLWM : float with get, set
Property Value
Type:
Double