Heureka API .NET Documentation
NoOfStemsExclOverstorey Property



No of stems/ha exkl overstorey
Syntax
'Declaration
 
<UnitAttribute("Trees/ha")>
<DescriptionAttribute("Stem density (excl overstorey trees)")>
<DisplayNameAttribute("Stems")>
<DisplayNameShortAttribute("N")>
<NumberOfDecimalsAttribute(1)>
<BrowsableAttribute(False)>
Public ReadOnly Property NoOfStemsExclOverstorey As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.NoOfStemsExclOverstorey
[Unit("Trees/ha")]
[Description("Stem density (excl overstorey trees)")]
[DisplayName("Stems")]
[DisplayNameShort("N")]
[NumberOfDecimals(1)]
[Browsable(false)]
public double NoOfStemsExclOverstorey {get;}
[Unit("Trees/ha")]
[Description("Stem density (excl overstorey trees)")]
[DisplayName("Stems")]
[DisplayNameShort("N")]
[NumberOfDecimals(1)]
[Browsable(false)]
public:
property double NoOfStemsExclOverstorey {
   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