Heureka API .NET Documentation
SpeciesBasalArea Property



Basal area per species (m2/ha)
Syntax
'Declaration
 
<UnitAttribute("m2/ha")>
<DescriptionAttribute("Basal area per species incl overstorey")>
<DisplayNameAttribute("Species Basal Area (incl overst)")>
<DisplayNameShortAttribute("G species")>
<BrowsableAttribute(False)>
<NumberOfDecimalsAttribute(1)>
Public ReadOnly Property SpeciesBasalArea As SpeciesCollection
'Usage
 
Dim instance As ForestData
Dim value As SpeciesCollection
 
value = instance.SpeciesBasalArea
[Unit("m2/ha")]
[Description("Basal area per species incl overstorey")]
[DisplayName("Species Basal Area (incl overst)")]
[DisplayNameShort("G species")]
[Browsable(false)]
[NumberOfDecimals(1)]
public SpeciesCollection SpeciesBasalArea {get;}
[Unit("m2/ha")]
[Description("Basal area per species incl overstorey")]
[DisplayName("Species Basal Area (incl overst)")]
[DisplayNameShort("G species")]
[Browsable(false)]
[NumberOfDecimals(1)]
public:
property SpeciesCollection^ SpeciesBasalArea {
   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