Heureka API .NET Documentation
StemsUnderstorey Property



No of stems/ha
Syntax
'Declaration
 
<UnitAttribute("Trees/ha")>
<BrowsableAttribute(True)>
<DescriptionAttribute("Number of understorey trees in established stands")>
<DisplayNameAttribute("Understorey Stems")>
<NumberOfDecimalsAttribute(1)>
<MandatoryProperty()>
Public ReadOnly Property StemsUnderstorey As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.StemsUnderstorey
[Unit("Trees/ha")]
[Browsable(true)]
[Description("Number of understorey trees in established stands")]
[DisplayName("Understorey Stems")]
[NumberOfDecimals(1)]
[MandatoryProperty()]
public double StemsUnderstorey {get;}
[Unit("Trees/ha")]
[Browsable(true)]
[Description("Number of understorey trees in established stands")]
[DisplayName("Understorey Stems")]
[NumberOfDecimals(1)]
[MandatoryProperty()]
public:
property double StemsUnderstorey {
   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