Heureka API .NET Documentation
MeanAgeMainSaplings Property



Arithmetic mean age of main saplings (m)
Syntax
'Declaration
 
<UnitAttribute("yrs")>
<DescriptionAttribute("Mean age of main saplings, arithmetic (m)")>
<BrowsableAttribute(True)>
<DisplayNameAttribute("Mean Age Main Saplings")>
<NumberOfDecimalsAttribute(1)>
Public ReadOnly Property MeanAgeMainSaplings As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.MeanAgeMainSaplings
[Unit("yrs")]
[Description("Mean age of main saplings, arithmetic (m)")]
[Browsable(true)]
[DisplayName("Mean Age Main Saplings")]
[NumberOfDecimals(1)]
public double MeanAgeMainSaplings {get;}
[Unit("yrs")]
[Description("Mean age of main saplings, arithmetic (m)")]
[Browsable(true)]
[DisplayName("Mean Age Main Saplings")]
[NumberOfDecimals(1)]
public:
property double MeanAgeMainSaplings {
   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