Heureka API .NET Documentation
MeanHeightArithmeticAllSaplings Property



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