Heureka API .NET Documentation
BasalAreaGrowthFactor Property



Growth correction factor
Syntax
'Declaration
 
<DescriptionAttribute("Basal area growth correction factor")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Growth Factor")>
<PropertyOrderAttribute(40)>
Public Property BasalAreaGrowthFactor As Double
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Double
 
instance.BasalAreaGrowthFactor = value
 
value = instance.BasalAreaGrowthFactor
[Description("Basal area growth correction factor")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Growth Factor")]
[PropertyOrder(40)]
public double BasalAreaGrowthFactor {get; set;}
[Description("Basal area growth correction factor")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Growth Factor")]
[PropertyOrder(40)]
public:
property double BasalAreaGrowthFactor {
   double get();
   void set (    double value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductionModelControlTable Class
ProductionModelControlTable Members

Send Feedback