Heureka API .NET Documentation
BiologicalMeanAgeTotal 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 = mean age adjusted by the system to account for climate effect or fertilization (basal area weighted)")>
<DisplayNameAttribute("Mean Age Biological (incl overstorey)")>
<NumberOfDecimalsAttribute(1)>
<BrowsableAttribute(False)>
Public ReadOnly Property BiologicalMeanAgeTotal As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.BiologicalMeanAgeTotal
[Unit("yrs")]
[Description("Mean biological age = mean age adjusted by the system to account for climate effect or fertilization (basal area weighted)")]
[DisplayName("Mean Age Biological (incl overstorey)")]
[NumberOfDecimals(1)]
[Browsable(false)]
public double BiologicalMeanAgeTotal {get;}
[Unit("yrs")]
[Description("Mean biological age = mean age adjusted by the system to account for climate effect or fertilization (basal area weighted)")]
[DisplayName("Mean Age Biological (incl overstorey)")]
[NumberOfDecimals(1)]
[Browsable(false)]
public:
property double BiologicalMeanAgeTotal {
   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