Heureka API .NET Documentation
MeanHeightExclOverstorey Property



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