Heureka API .NET Documentation
MeanHeightMainSaplings Property



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