Heureka API .NET Documentation
MeanHeightOverstorey Property



Mean height all trees (basal area weigthed "hgv", m)
Syntax
'Declaration
 
<UnitAttribute("m")>
<DescriptionAttribute("Mean height for overstorey trees (hgv)")>
<DisplayNameAttribute("Hgv Overstorey")>
<NumberOfDecimalsAttribute(1)>
Public ReadOnly Property MeanHeightOverstorey As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.MeanHeightOverstorey
[Unit("m")]
[Description("Mean height for overstorey trees (hgv)")]
[DisplayName("Hgv Overstorey")]
[NumberOfDecimals(1)]
public double MeanHeightOverstorey {get;}
[Unit("m")]
[Description("Mean height for overstorey trees (hgv)")]
[DisplayName("Hgv Overstorey")]
[NumberOfDecimals(1)]
public:
property double MeanHeightOverstorey {
   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