Heureka API .NET Documentation
SpeciesNoOfStems Property



Stems per species (trees/ha)
Syntax
'Declaration
 
<UnitAttribute("trees/ha")>
<DescriptionAttribute("Stem density per species (all trees)")>
<DisplayNameAttribute("Species Stems")>
<DisplayNameShortAttribute("N species")>
<BrowsableAttribute(False)>
Public ReadOnly Property SpeciesNoOfStems As SpeciesCollection
'Usage
 
Dim instance As ForestData
Dim value As SpeciesCollection
 
value = instance.SpeciesNoOfStems
[Unit("trees/ha")]
[Description("Stem density per species (all trees)")]
[DisplayName("Species Stems")]
[DisplayNameShort("N species")]
[Browsable(false)]
public SpeciesCollection SpeciesNoOfStems {get;}
[Unit("trees/ha")]
[Description("Stem density per species (all trees)")]
[DisplayName("Species Stems")]
[DisplayNameShort("N species")]
[Browsable(false)]
public:
property SpeciesCollection^ SpeciesNoOfStems {
   SpeciesCollection^ 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