Heureka API .NET Documentation
MeanDiameterArithmeticExclOverstorey Property



Arithmetic mean diameter for all saplings (m)
Syntax
'Declaration
 
<UnitAttribute("cm")>
<DescriptionAttribute("Arithmetic mean diameter for all trees except overstorey trees")>
<DisplayNameAttribute("Mean Diameter Excl Overstorey (arithmetic)")>
<BrowsableAttribute(False)>
<NumberOfDecimalsAttribute(1)>
Public ReadOnly Property MeanDiameterArithmeticExclOverstorey As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.MeanDiameterArithmeticExclOverstorey
[Unit("cm")]
[Description("Arithmetic mean diameter for all trees except overstorey trees")]
[DisplayName("Mean Diameter Excl Overstorey (arithmetic)")]
[Browsable(false)]
[NumberOfDecimals(1)]
public double MeanDiameterArithmeticExclOverstorey {get;}
[Unit("cm")]
[Description("Arithmetic mean diameter for all trees except overstorey trees")]
[DisplayName("Mean Diameter Excl Overstorey (arithmetic)")]
[Browsable(false)]
[NumberOfDecimals(1)]
public:
property double MeanDiameterArithmeticExclOverstorey {
   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