Heureka API .NET Documentation
BiologicalMeanAgeTotalExclOverstorey Property



Bilogical mean age = mean age adjusted by the system to account for climate effect or fertilization (basal area weighted)
Syntax
'Declaration
 
<UnitAttribute("yrs")>
<DescriptionAttribute("Mean biological age för non-overstorey trees. Biological age = age adjusted by the system to account for climate effect or fertilization (basal area weighted)")>
<DisplayNameAttribute("Mean Age Biological (excl overstorey)")>
<NumberOfDecimalsAttribute(1)>
<BrowsableAttribute(False)>
Public ReadOnly Property BiologicalMeanAgeTotalExclOverstorey As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.BiologicalMeanAgeTotalExclOverstorey
[Unit("yrs")]
[Description("Mean biological age för non-overstorey trees. Biological age = age adjusted by the system to account for climate effect or fertilization (basal area weighted)")]
[DisplayName("Mean Age Biological (excl overstorey)")]
[NumberOfDecimals(1)]
[Browsable(false)]
public double BiologicalMeanAgeTotalExclOverstorey {get;}
[Unit("yrs")]
[Description("Mean biological age för non-overstorey trees. Biological age = age adjusted by the system to account for climate effect or fertilization (basal area weighted)")]
[DisplayName("Mean Age Biological (excl overstorey)")]
[NumberOfDecimals(1)]
[Browsable(false)]
public:
property double BiologicalMeanAgeTotalExclOverstorey {
   double get();
}
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

ForestData Class
ForestData Members

Send Feedback