Heureka API .NET Documentation
MeanAgeTotal Property



Mean total age (basal area weighted, yrs)
Syntax
'Declaration
 
<UnitAttribute("yrs")>
<DescriptionAttribute("Basal area weighted mean age all trees. ")>
<DisplayNameAttribute("Mean Age (all trees, always basal area weighted)")>
<NumberOfDecimalsAttribute(1)>
Public ReadOnly Property MeanAgeTotal As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.MeanAgeTotal
[Unit("yrs")]
[Description("Basal area weighted mean age all trees. ")]
[DisplayName("Mean Age (all trees, always basal area weighted)")]
[NumberOfDecimals(1)]
public double MeanAgeTotal {get;}
[Unit("yrs")]
[Description("Basal area weighted mean age all trees. ")]
[DisplayName("Mean Age (all trees, always basal area weighted)")]
[NumberOfDecimals(1)]
public:
property double MeanAgeTotal {
   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