[This is preliminary documentation and is subject to change.]
Defines the factor of growth - how much does a table grow when HWM is reached. The number has to be at least 1.2d
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public double GrowthFactor { get; set; }
[ConfigAttribute]
public double GrowthFactor { get; set; }
<ConfigAttribute>
Public Property GrowthFactor As Double
Get
Set
<ConfigAttribute>
Public Property GrowthFactor As Double
Get
Set
public:
[ConfigAttribute]
property double GrowthFactor {
double get ();
void set (double value);
}
public:
[ConfigAttribute]
property double GrowthFactor {
double get ();
void set (double value);
}
[<ConfigAttribute>]
member GrowthFactor : float with get, set
[<ConfigAttribute>]
member GrowthFactor : float with get, set
Property Value
Type:
Double