Heureka API .NET Documentation
ArithmeticMeanHeightTotal Property



Arithmetic mean total height (m)
Syntax
'Declaration
 
<UnitAttribute("m")>
<DescriptionAttribute("Arithmetic mean height of trees ")>
<NumberOfDecimalsAttribute(1)>
<BrowsableAttribute(False)>
Public ReadOnly Property ArithmeticMeanHeightTotal As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.ArithmeticMeanHeightTotal
[Unit("m")]
[Description("Arithmetic mean height of trees ")]
[NumberOfDecimals(1)]
[Browsable(false)]
public double ArithmeticMeanHeightTotal {get;}
[Unit("m")]
[Description("Arithmetic mean height of trees ")]
[NumberOfDecimals(1)]
[Browsable(false)]
public:
property double ArithmeticMeanHeightTotal {
   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